Interface IForgeMinecraft
- All Known Implementing Classes:
- Minecraft
public interface IForgeMinecraft
Extension interface for 
IForgeMinecraft.- 
Method Details- 
self
- 
pushGuiLayerPushes a screen as a new GUI layer.- Parameters:
- screen- the new GUI layer
 
- 
popGuiLayerdefault void popGuiLayer()Pops a GUI layer from the screen.
- 
getLocaleRetrieves theLocaleset by the player. Useful for creating string and number formatters.
 
-