Interface IForgeMinecraft

All Known Implementing Classes:
Minecraft

public interface IForgeMinecraft
Extension interface for IForgeMinecraft.
  • Method Summary

    Modifier and Type
    Method
    Description
    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
     
  • Method Details

    • self

      private Minecraft self()
    • pushGuiLayer

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

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