Class SkinOptionsScreen

All Implemented Interfaces:
Drawable, Element, ParentElement, TickableElement

@Environment(CLIENT)
public class SkinOptionsScreen
extends GameOptionsScreen
  • Constructor Details

    • SkinOptionsScreen

      public SkinOptionsScreen​(Screen parent, GameOptions gameOptions)
  • Method Details

    • init

      protected void init()
      Called when a screen should be initialized.

      This method is called when this screen is opened or resized.

      Overrides:
      init in class Screen
    • render

      public void render​(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
    • getPlayerModelPartDisplayString

      private Text getPlayerModelPartDisplayString​(PlayerModelPart part)