接口 IForgeMinecraft
- 所有已知实现类:
Minecraft
public interface IForgeMinecraft
Extension interface for
IForgeMinecraft
.-
方法详细资料
-
self
-
pushGuiLayer
Pushes a screen as a new GUI layer.- 参数:
screen
- the new GUI layer
-
popGuiLayer
default void popGuiLayer()Pops a GUI layer from the screen. -
getLocale
Retrieves theLocale
set by the player. Useful for creating string and number formatters.
-