接口 IForgeMinecraft

所有已知实现类:
Minecraft

public interface IForgeMinecraft
Extension interface for IForgeMinecraft.
  • 方法概要

    修饰符和类型
    方法
    说明
    default Locale
    Retrieves the Locale set by the player.
    default void
    Pops a GUI layer from the screen.
    default void
    Pushes a screen as a new GUI layer.
    private Minecraft
     
  • 方法详细资料

    • self

      private Minecraft self()
    • pushGuiLayer

      default void pushGuiLayer(Screen screen)
      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

      default Locale getLocale()
      Retrieves the Locale set by the player. Useful for creating string and number formatters.