Class PrepareCardCombineEvent
-
- All Implemented Interfaces:
-
org.bukkit.event.Cancellable
public class PrepareCardCombineEvent extends PlayerEvent implements Cancellable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPrepareCardCombineEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Array<ItemStack>matrixprivate ItemStackresultpublic final static PrepareCardCombineEvent.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description PrepareCardCombineEvent(Player player, Array<ItemStack> matrix, ItemStack result)
-
Method Summary
Modifier and Type Method Description final Array<ItemStack>getMatrix()The matrix of items used to combine the cards. final ItemStackgetResult()The result of the combining. final UnitsetResult(ItemStack result)The result of the combining. HandlerListgetHandlers()BooleanisCancelled()UnitsetCancelled(Boolean cancel)-
-
Constructor Detail
-
PrepareCardCombineEvent
PrepareCardCombineEvent(Player player, Array<ItemStack> matrix, ItemStack result)
-
-
Method Detail
-
getResult
final ItemStack getResult()
The result of the combining.
-
getHandlers
HandlerList getHandlers()
-
isCancelled
Boolean isCancelled()
-
setCancelled
Unit setCancelled(Boolean cancel)
-
-
-
-