Class OperatorEntry


public class OperatorEntry extends ServerConfigEntry<PlayerConfigEntry>
Mappings:
Namespace Name
named net/minecraft/server/OperatorEntry
intermediary net/minecraft/class_3327
official bbg
  • Field Details

    • permissionLevel

      private final int permissionLevel
      Mappings:
      Namespace Name Mixin selector
      named permissionLevel Lnet/minecraft/server/OperatorEntry;permissionLevel:I
      intermediary field_14366 Lnet/minecraft/class_3327;field_14366:I
      official a Lbbg;a:I
    • bypassPlayerLimit

      private final boolean bypassPlayerLimit
      Mappings:
      Namespace Name Mixin selector
      named bypassPlayerLimit Lnet/minecraft/server/OperatorEntry;bypassPlayerLimit:Z
      intermediary field_14367 Lnet/minecraft/class_3327;field_14367:Z
      official b Lbbg;b:Z
  • Constructor Details

    • OperatorEntry

      public OperatorEntry(PlayerConfigEntry player, int permissionLevel, boolean bypassPlayerLimit)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/server/OperatorEntry;<init>(Lnet/minecraft/server/PlayerConfigEntry;IZ)V
      intermediary <init> Lnet/minecraft/class_3327;<init>(Lnet/minecraft/class_11560;IZ)V
      official <init> Lbbg;<init>(Lbbb;IZ)V
    • OperatorEntry

      public OperatorEntry(JsonObject json)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/server/OperatorEntry;<init>(Lcom/google/gson/JsonObject;)V
      intermediary <init> Lnet/minecraft/class_3327;<init>(Lcom/google/gson/JsonObject;)V
      official <init> Lbbg;<init>(Lcom/google/gson/JsonObject;)V
  • Method Details

    • getPermissionLevel

      public int getPermissionLevel()
      Mappings:
      Namespace Name Mixin selector
      named getPermissionLevel Lnet/minecraft/server/OperatorEntry;getPermissionLevel()I
      intermediary method_14623 Lnet/minecraft/class_3327;method_14623()I
      official a Lbbg;a()I
    • canBypassPlayerLimit

      public boolean canBypassPlayerLimit()
      Mappings:
      Namespace Name Mixin selector
      named canBypassPlayerLimit Lnet/minecraft/server/OperatorEntry;canBypassPlayerLimit()Z
      intermediary method_14622 Lnet/minecraft/class_3327;method_14622()Z
      official b Lbbg;b()Z
    • write

      protected void write(JsonObject json)
      Specified by:
      write in class ServerConfigEntry<PlayerConfigEntry>
      Mappings:
      Namespace Name Mixin selector
      named write Lnet/minecraft/server/ServerConfigEntry;write(Lcom/google/gson/JsonObject;)V
      intermediary method_24896 Lnet/minecraft/class_3330;method_24896(Lcom/google/gson/JsonObject;)V
      official a Lbbi;a(Lcom/google/gson/JsonObject;)V