Package net.minecraft.block
Class BlockWorkbench.InterfaceCraftingTable
- java.lang.Object
-
- net.minecraft.block.BlockWorkbench.InterfaceCraftingTable
-
- All Implemented Interfaces:
IInteractionObject
,IWorldNameable
- Enclosing class:
- BlockWorkbench
public static class BlockWorkbench.InterfaceCraftingTable extends java.lang.Object implements IInteractionObject
-
-
Constructor Summary
Constructors Constructor Description InterfaceCraftingTable(World worldIn, BlockPos pos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Container
createContainer(InventoryPlayer inventoryplayer, EntityPlayer var2)
IChatComponent
getDisplayName()
+ Get the formatted ChatComponent that will be used for the sender's username in chatjava.lang.String
getGuiID()
java.lang.String
getName()
+ Gets the name of this command sender (usually username, but possibly "Rcon")boolean
hasCustomName()
+ Returns true if this thing is named
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:IWorldNameable
+ Gets the name of this command sender (usually username, but possibly "Rcon")- Specified by:
getName
in interfaceIWorldNameable
-
hasCustomName
public boolean hasCustomName()
Description copied from interface:IWorldNameable
+ Returns true if this thing is named- Specified by:
hasCustomName
in interfaceIWorldNameable
-
getDisplayName
public IChatComponent getDisplayName()
Description copied from interface:IWorldNameable
+ Get the formatted ChatComponent that will be used for the sender's username in chat- Specified by:
getDisplayName
in interfaceIWorldNameable
-
createContainer
public Container createContainer(InventoryPlayer inventoryplayer, EntityPlayer var2)
- Specified by:
createContainer
in interfaceIInteractionObject
-
getGuiID
public java.lang.String getGuiID()
- Specified by:
getGuiID
in interfaceIInteractionObject
-
-