public interface IGuiHandler
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
getClientGuiElement(int ID,
                   EntityPlayer player,
                   World world,
                   int x,
                   int y,
                   int z)
Returns a Container to be displayed to the user. 
 | 
java.lang.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. 
 | 
java.lang.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 Positionjava.lang.Object 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