类 NoticeWithLinkScreen

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

public class NoticeWithLinkScreen extends Screen
  • 字段详细资料

    • message

      private final Component message
    • uri

      private final URI uri
    • onClose

      private final Runnable onClose
    • layout

      private final GridLayout layout
  • 构造器详细资料

  • 方法详细资料

    • createWorldSymlinkWarningScreen

      public static Screen createWorldSymlinkWarningScreen(Runnable p_309390_)
    • createPackSymlinkWarningScreen

      public static Screen createPackSymlinkWarningScreen(Runnable p_310056_)
    • init

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

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

      public Component getNarrationMessage()
      覆盖:
      getNarrationMessage 在类中 Screen
    • onClose

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