yarn/mappings/net/minecraft/server/config/OperatorEntry.mapping

8 lines
314 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS ok net/minecraft/server/config/OperatorEntry
FIELD a permissionLevel I
FIELD b bypassPlayerLimit Z
METHOD a getPermissionLevel ()I
2017-04-05 14:11:28 -04:00
METHOD a save (Lcom/google/gson/JsonObject;)V
METHOD b canBypassPlayerLimit ()Z
METHOD b getProfileFromJson (Lcom/google/gson/JsonObject;)Lcom/mojang/authlib/GameProfile;