GUI Textures
The GUITextures registered previously can simply be accessed by calling
GuiTexture
, similar to blocks and items. In order to use a gui texture, call the getTitle
method on it, and use the resulting title for a Gui.
If you're making a TileEntityGui
, the GuiTexture
can be directly set in its constructor.