Package net.minecraft.server
Class OperatorEntry
- Mappings:
Namespace Name named net/minecraft/server/OperatorEntryintermediary net/minecraft/class_3327official bbg
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprivate final int -
Constructor Summary
ConstructorsConstructorDescriptionOperatorEntry(JsonObject json) OperatorEntry(PlayerConfigEntry player, int permissionLevel, boolean bypassPlayerLimit) -
Method Summary
Methods inherited from class net.minecraft.server.ServerConfigEntry
getKey, isInvalid
-
Field Details
-
permissionLevel
private final int permissionLevel- Mappings:
Namespace Name Mixin selector named permissionLevelLnet/minecraft/server/OperatorEntry;permissionLevel:Iintermediary field_14366Lnet/minecraft/class_3327;field_14366:Iofficial aLbbg;a:I
-
bypassPlayerLimit
private final boolean bypassPlayerLimit- Mappings:
Namespace Name Mixin selector named bypassPlayerLimitLnet/minecraft/server/OperatorEntry;bypassPlayerLimit:Zintermediary field_14367Lnet/minecraft/class_3327;field_14367:Zofficial bLbbg;b:Z
-
-
Constructor Details
-
OperatorEntry
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/server/OperatorEntry;<init>(Lnet/minecraft/server/PlayerConfigEntry;IZ)Vintermediary <init>Lnet/minecraft/class_3327;<init>(Lnet/minecraft/class_11560;IZ)Vofficial <init>Lbbg;<init>(Lbbb;IZ)V
-
OperatorEntry
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/server/OperatorEntry;<init>(Lcom/google/gson/JsonObject;)Vintermediary <init>Lnet/minecraft/class_3327;<init>(Lcom/google/gson/JsonObject;)Vofficial <init>Lbbg;<init>(Lcom/google/gson/JsonObject;)V
-
-
Method Details
-
getPermissionLevel
public int getPermissionLevel()- Mappings:
Namespace Name Mixin selector named getPermissionLevelLnet/minecraft/server/OperatorEntry;getPermissionLevel()Iintermediary method_14623Lnet/minecraft/class_3327;method_14623()Iofficial aLbbg;a()I
-
canBypassPlayerLimit
public boolean canBypassPlayerLimit()- Mappings:
Namespace Name Mixin selector named canBypassPlayerLimitLnet/minecraft/server/OperatorEntry;canBypassPlayerLimit()Zintermediary method_14622Lnet/minecraft/class_3327;method_14622()Zofficial bLbbg;b()Z
-
write
- Specified by:
writein classServerConfigEntry<PlayerConfigEntry>- Mappings:
Namespace Name Mixin selector named writeLnet/minecraft/server/ServerConfigEntry;write(Lcom/google/gson/JsonObject;)Vintermediary method_24896Lnet/minecraft/class_3330;method_24896(Lcom/google/gson/JsonObject;)Vofficial aLbbi;a(Lcom/google/gson/JsonObject;)V
-