public class LocalBlockIntercommunication extends java.lang.Object implements IInteractionObject
| Constructor and Description |
|---|
LocalBlockIntercommunication(java.lang.String guiIdIn,
ITextComponent displayNameIn) |
| Modifier and Type | Method and Description |
|---|---|
Container |
createContainer(InventoryPlayer playerInventory,
EntityPlayer playerIn) |
ITextComponent |
getDisplayName() |
java.lang.String |
getGuiID() |
java.lang.String |
getName() |
boolean |
hasCustomName() |
public LocalBlockIntercommunication(java.lang.String guiIdIn,
ITextComponent displayNameIn)
public Container createContainer(InventoryPlayer playerInventory, EntityPlayer playerIn)
createContainer in interface IInteractionObjectpublic java.lang.String getName()
getName in interface IWorldNameablepublic boolean hasCustomName()
hasCustomName in interface IWorldNameablepublic java.lang.String getGuiID()
getGuiID in interface IInteractionObjectpublic ITextComponent getDisplayName()
getDisplayName in interface IWorldNameable