public interface IGuiHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
getClientGuiElement(int ID,
EntityPlayer player,
World world,
int x,
int y,
int z)
Returns a Container to be displayed to the user.
|
Object |
getServerGuiElement(int ID,
EntityPlayer player,
World world,
int x,
int y,
int z)
Returns a Server side Container to be displayed to the user.
|
Object getServerGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z)
ID - The Gui ID Numberplayer - The player viewing the Guiworld - The current worldx - X Positiony - Y Positionz - Z PositionObject getClientGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z)
ID - The Gui ID Numberplayer - The player viewing the Guiworld - The current worldx - X Positiony - Y Positionz - Z Position