Class CommonComponents

java.lang.Object
net.minecraft.network.chat.CommonComponents

public class CommonComponents extends Object
  • Field Details

    • EMPTY

      public static final Component EMPTY
    • OPTION_ON

      public static final Component OPTION_ON
    • OPTION_OFF

      public static final Component OPTION_OFF
    • GUI_DONE

      public static final Component GUI_DONE
    • GUI_CANCEL

      public static final Component GUI_CANCEL
    • GUI_YES

      public static final Component GUI_YES
    • GUI_NO

      public static final Component GUI_NO
    • GUI_OK

      public static final Component GUI_OK
    • GUI_PROCEED

      public static final Component GUI_PROCEED
    • GUI_CONTINUE

      public static final Component GUI_CONTINUE
    • GUI_BACK

      public static final Component GUI_BACK
    • GUI_TO_TITLE

      public static final Component GUI_TO_TITLE
    • GUI_ACKNOWLEDGE

      public static final Component GUI_ACKNOWLEDGE
    • GUI_OPEN_IN_BROWSER

      public static final Component GUI_OPEN_IN_BROWSER
    • GUI_DISCONNECT

      public static final Component GUI_DISCONNECT
    • CONNECT_FAILED

      public static final Component CONNECT_FAILED
    • NEW_LINE

      public static final Component NEW_LINE
    • NARRATION_SEPARATOR

      public static final Component NARRATION_SEPARATOR
    • ELLIPSIS

      public static final Component ELLIPSIS
    • SPACE

      public static final Component SPACE
  • Constructor Details

    • CommonComponents

      public CommonComponents()
  • Method Details