类 RealmsInviteScreen

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

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

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • TITLE

      private static final Component TITLE
    • NAME_LABEL

      private static final Component NAME_LABEL
    • INVITING_PLAYER_TEXT

      private static final Component INVITING_PLAYER_TEXT
    • NO_SUCH_PLAYER_ERROR_TEXT

      private static final Component NO_SUCH_PLAYER_ERROR_TEXT
    • layout

      private final HeaderAndFooterLayout layout
    • profileName

      private EditBox profileName
    • inviteButton

      private Button inviteButton
    • serverData

      private final RealmsServer serverData
    • configureScreen

      private final RealmsConfigureWorldScreen configureScreen
    • lastScreen

      private final Screen lastScreen
    • message

      @Nullable private Component message
  • 构造器详细资料

  • 方法详细资料

    • init

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

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

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

      private void onInvite()
    • showMessage

      private void showMessage(Component p_289685_)
    • onClose

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

      public void render(GuiGraphics p_282206_, int p_283415_, int p_282016_, float p_283011_)
      指定者:
      render 在接口中 Renderable
      覆盖:
      render 在类中 Screen