类 RealmsPlayerScreen

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

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

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • OP_ICON_LOCATION

      static final ResourceLocation OP_ICON_LOCATION
    • USER_ICON_LOCATION

      static final ResourceLocation USER_ICON_LOCATION
    • CROSS_ICON_LOCATION

      static final ResourceLocation CROSS_ICON_LOCATION
    • OPTIONS_BACKGROUND

      private static final ResourceLocation OPTIONS_BACKGROUND
    • QUESTION_TITLE

      private static final Component QUESTION_TITLE
    • NORMAL_USER_TOOLTIP

      static final Component NORMAL_USER_TOOLTIP
    • OP_TOOLTIP

      static final Component OP_TOOLTIP
    • REMOVE_ENTRY_TOOLTIP

      static final Component REMOVE_ENTRY_TOOLTIP
    • NO_ENTRY_SELECTED

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

      private final RealmsConfigureWorldScreen lastScreen
    • serverData

      final RealmsServer serverData
    • invitedObjectSelectionList

    • column1X

      int column1X
    • columnWidth

      int columnWidth
    • removeButton

      private Button removeButton
    • opdeopButton

      private Button opdeopButton
    • playerIndex

      int playerIndex
    • stateChanged

      private boolean stateChanged
  • 构造器详细资料

  • 方法详细资料

    • init

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

      void updateButtonStates()
    • shouldRemoveAndOpdeopButtonBeVisible

      private boolean shouldRemoveAndOpdeopButtonBeVisible(int p_89191_)
    • keyPressed

      public boolean keyPressed(int pKeyCode, int pScanCode, int pModifiers)
      指定者:
      keyPressed 在接口中 ContainerEventHandler
      指定者:
      keyPressed 在接口中 GuiEventListener
      覆盖:
      keyPressed 在类中 Screen
    • backButtonClicked

      private void backButtonClicked()
    • op

      void op(int pIndex)
    • deop

      void deop(int pIndex)
    • updateOps

      private void updateOps(Ops pOps)
    • uninvite

      void uninvite(int pIndex)
    • render

      public void render(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick)
      指定者:
      render 在接口中 Renderable
      覆盖:
      render 在类中 Screen