Class CodeOfConductScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement

public class CodeOfConductScreen extends WarningScreen
  • Field Details

    • TITLE

      private static final Component TITLE
    • CHECK

      private static final Component CHECK
    • serverData

      private final @Nullable ServerData serverData
    • codeOfConductText

      private final String codeOfConductText
    • resultConsumer

      private final it.unimi.dsi.fastutil.booleans.BooleanConsumer resultConsumer
    • parent

      private final Screen parent
  • Constructor Details

    • CodeOfConductScreen

      private CodeOfConductScreen(@Nullable ServerData pServerData, Screen pParent, Component pContent, String pCodeOfConductScreen, it.unimi.dsi.fastutil.booleans.BooleanConsumer pResultConsumer)
    • CodeOfConductScreen

      public CodeOfConductScreen(@Nullable ServerData pServerData, Screen pParent, String pCodeOfConductText, it.unimi.dsi.fastutil.booleans.BooleanConsumer pResultConsumer)
  • Method Details