public interface IGuiHandlerItem extends IGuiHandlerForestry
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.inventory.Container |
getContainer(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack heldItem,
int data) |
net.minecraft.client.gui.GuiScreen |
getGui(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack heldItem,
int data) |
@Nullable
net.minecraft.client.gui.GuiScreen getGui(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack heldItem,
int data)
@Nullable
net.minecraft.inventory.Container getContainer(net.minecraft.entity.player.EntityPlayer player,
net.minecraft.item.ItemStack heldItem,
int data)