yarn/mappings/net/minecraft/world/GameMode.mapping

27 lines
747 B
Plaintext
Raw Normal View History

2016-09-12 06:08:56 -04:00
CLASS none/ait net/minecraft/world/GameMode
FIELD a INVALID Lnone/ait;
FIELD b SURVIVAL Lnone/ait;
FIELD c CREATIVE Lnone/ait;
FIELD d ADVENTURE Lnone/ait;
FIELD e SPECTATOR Lnone/ait;
2016-08-18 15:44:20 -04:00
FIELD f id I
FIELD g name Ljava/lang/String;
FIELD h prefix Ljava/lang/String;
METHOD a getId ()I
2016-09-12 06:08:56 -04:00
METHOD a byId (I)Lnone/ait;
2016-08-18 15:44:20 -04:00
ARG 0 id
2016-09-12 06:08:56 -04:00
METHOD a byId (ILnone/ait;)Lnone/ait;
2016-08-18 15:44:20 -04:00
ARG 0 id
ARG 1 defaultMode
2016-09-12 06:08:56 -04:00
METHOD a byName (Ljava/lang/String;)Lnone/ait;
2016-08-18 15:44:20 -04:00
ARG 0 name
2016-09-12 06:08:56 -04:00
METHOD a byName (Ljava/lang/String;Lnone/ait;)Lnone/ait;
2016-08-18 15:44:20 -04:00
ARG 0 name
ARG 1 defaultMode
2016-09-12 06:08:56 -04:00
METHOD a setAbilitites (Lnone/aaj;)V
2016-08-20 22:30:11 -04:00
ARG 0 abilities
2016-08-18 15:44:20 -04:00
METHOD b getName ()Ljava/lang/String;
METHOD c isAdventureOrSpectator ()Z
2016-08-18 15:44:20 -04:00
METHOD d isCreative ()Z
METHOD e isSurvivalOrAdventure ()Z