java.lang.Object
org.cloudburstmc.api.event.Event
org.cloudburstmc.api.event.inventory.CraftItemEvent
- All Implemented Interfaces:
Cancellable
author: MagicDroidX
Nukkit Project
-
Constructor Summary
ConstructorsConstructorDescriptionCraftItemEvent(Player source, List<ItemStack> input, Recipe recipe)CraftItemEvent(Player player, ItemStack[] input, Recipe recipe) -
Method Summary
Methods inherited from class org.cloudburstmc.api.event.Event
isCancelled, setCancelled, setCancelledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cloudburstmc.api.event.Cancellable
isCancelled, setCancelled, setCancelled
-
Constructor Details
-
CraftItemEvent
-
CraftItemEvent
-
-
Method Details
-
getInput
-
getRecipe
-
getPlayer
-
getResult
-