Class PrepareCardCombineEvent

  • All Implemented Interfaces:
    org.bukkit.event.Cancellable

    
    public class PrepareCardCombineEvent
    extends PlayerEvent implements Cancellable
                        
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Array<ItemStack> getMatrix() The matrix of items used to combine the cards.
      final ItemStack getResult() The result of the combining.
      final Unit setResult(ItemStack result) The result of the combining.
      HandlerList getHandlers()
      Boolean isCancelled()
      Unit setCancelled(Boolean cancel)
      • Methods inherited from class org.bukkit.event.Event

        getEventName, isAsynchronous
      • Methods inherited from class org.bukkit.event.player.PlayerEvent

        getPlayer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait