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

15 lines
590 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS oj net/minecraft/server/config/OperatorProfilesList
2017-04-05 14:11:28 -04:00
METHOD a getNames ()[Ljava/lang/String;
METHOD a createEntryFromJson (Lcom/google/gson/JsonObject;)Lol;
2017-05-13 02:02:51 -04:00
ARG 0 json
2016-09-12 16:13:50 -04:00
METHOD a getPermissionLevel (Lcom/mojang/authlib/GameProfile;)I
2017-05-13 02:02:51 -04:00
ARG 0 profile
2017-04-05 14:11:28 -04:00
METHOD a getStringKey (Ljava/lang/Object;)Ljava/lang/String;
2017-05-13 02:02:51 -04:00
ARG 0 key
2016-09-12 16:13:50 -04:00
METHOD a getProfile (Ljava/lang/String;)Lcom/mojang/authlib/GameProfile;
2017-05-13 02:02:51 -04:00
ARG 0 name
2016-09-12 16:13:50 -04:00
METHOD b canBypassPlayerLimit (Lcom/mojang/authlib/GameProfile;)Z
2017-05-13 02:02:51 -04:00
ARG 0 profile
METHOD c getStringKey (Lcom/mojang/authlib/GameProfile;)Ljava/lang/String;
2017-05-13 02:02:51 -04:00
ARG 0 key