public static class BlockWorkbench.InterfaceCraftingTable extends java.lang.Object implements IInteractionObject
| Constructor and Description |
|---|
BlockWorkbench.InterfaceCraftingTable(World worldIn,
BlockPos pos) |
| Modifier and Type | Method and Description |
|---|---|
Container |
createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
IChatComponent |
getDisplayName() |
java.lang.String |
getGuiID() |
java.lang.String |
getName() |
boolean |
hasCustomName() |
public java.lang.String getName()
getName in interface IWorldNameablepublic boolean hasCustomName()
hasCustomName in interface IWorldNameablepublic IChatComponent getDisplayName()
getDisplayName in interface IWorldNameablepublic Container createContainer(InventoryPlayer playerInventory, EntityPlayer playerIn)
createContainer in interface IInteractionObjectpublic java.lang.String getGuiID()
getGuiID in interface IInteractionObject