Class RealmsConfirmScreen

All Implemented Interfaces:
Drawable, Element, ParentElement, TickableElement

@Environment(CLIENT)
public class RealmsConfirmScreen
extends RealmsScreen
  • Field Details

    • field_22692

      protected BooleanConsumer field_22692
    • title1

      private final Text title1
    • title2

      private final Text title2
  • Constructor Details

  • Method Details

    • init

      public 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