public class MCPlayerCraftedEvent
extends java.lang.Object
implements crafttweaker.api.event.PlayerCraftedEvent
Constructor and Description |
---|
MCPlayerCraftedEvent(net.minecraftforge.fml.common.gameevent.PlayerEvent.ItemCraftedEvent event) |
Modifier and Type | Method and Description |
---|---|
crafttweaker.api.recipes.ICraftingInventory |
getInventory() |
crafttweaker.api.item.IItemStack |
getOutput() |
crafttweaker.api.player.IPlayer |
getPlayer() |
public MCPlayerCraftedEvent(net.minecraftforge.fml.common.gameevent.PlayerEvent.ItemCraftedEvent event)
public crafttweaker.api.item.IItemStack getOutput()
getOutput
in interface crafttweaker.api.event.PlayerCraftedEvent
public crafttweaker.api.recipes.ICraftingInventory getInventory()
getInventory
in interface crafttweaker.api.event.PlayerCraftedEvent
public crafttweaker.api.player.IPlayer getPlayer()
getPlayer
in interface crafttweaker.api.event.IPlayerEvent