类 RealmsCreateRealmScreen

所有已实现的接口:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class RealmsCreateRealmScreen extends RealmsScreen
  • 字段详细资料

    • CREATE_REALM_TEXT

      private static final Component CREATE_REALM_TEXT
    • NAME_LABEL

      private static final Component NAME_LABEL
    • DESCRIPTION_LABEL

      private static final Component DESCRIPTION_LABEL
    • BUTTON_SPACING

      private static final int BUTTON_SPACING
      另请参阅:
    • CONTENT_WIDTH

      private static final int CONTENT_WIDTH
      另请参阅:
    • lastScreen

      private final RealmsMainScreen lastScreen
    • layout

      private final HeaderAndFooterLayout layout
    • nameBox

      private EditBox nameBox
    • descriptionBox

      private EditBox descriptionBox
    • createWorldRunnable

      private final Runnable createWorldRunnable
  • 构造器详细资料

  • 方法详细资料

    • init

      public void init()
      覆盖:
      init 在类中 Screen
    • setInitialFocus

      protected void setInitialFocus()
      覆盖:
      setInitialFocus 在类中 Screen
    • repositionElements

      protected void repositionElements()
      覆盖:
      repositionElements 在类中 Screen
    • createWorld

      private void createWorld(RealmsServer p_367400_, boolean p_365842_)
    • createSnapshotRealm

      private static RealmsServer createSnapshotRealm(RealmsServer p_362204_)
    • showResetWorldScreen

      private void showResetWorldScreen(RealmsServer p_310274_)
    • onClose

      public void onClose()
      覆盖:
      onClose 在类中 Screen