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