yarn/mappings/net/minecraft/advancement/criterion/TriggerNetherTravel.mapping

52 lines
1.3 KiB
Plaintext
Raw Normal View History

CLASS av net/minecraft/advancement/criterion/TriggerNetherTravel
CLASS av$a Handler
2017-06-08 10:01:49 -04:00
FIELD a manager Lnn;
FIELD b conditions Ljava/util/Set;
2017-06-08 10:01:49 -04:00
METHOD <init> (Lnn;)V
ARG 0 manager
METHOD a isEmpty ()Z
METHOD a handle (Lom;Lbhc;DDD)V
ARG 0 world
ARG 1 enteredCoord
ARG 2 exitedX
ARG 3 exitedY
ARG 4 exitedZ
METHOD a addCondition (Lp$a;)V
ARG 0 condition
METHOD b removeCondition (Lp$a;)V
ARG 0 condition
CLASS av$b Conditions
FIELD a entered Laq;
FIELD b exited Laq;
FIELD c distance Lad;
METHOD <init> (Laq;Laq;Lad;)V
ARG 0 entered
ARG 1 exited
ARG 2 distance
METHOD a matches (Lom;Lbhc;DDD)Z
ARG 0 world
ARG 1 enteredCoord
ARG 2 exitedX
ARG 3 exitedY
ARG 4 exitedZ
2017-06-08 10:01:49 -04:00
FIELD a ID Lnd;
FIELD b handlers Ljava/util/Map;
2017-06-08 10:01:49 -04:00
METHOD a getId ()Lnd;
METHOD a deserializeConditions (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lq;
ARG 0 obj
ARG 1 context
2017-06-08 10:01:49 -04:00
METHOD a removePlayer (Lnn;)V
ARG 0 manager
2017-06-08 10:01:49 -04:00
METHOD a addCondition (Lnn;Lp$a;)V
ARG 0 manager
ARG 1 condition
METHOD a handle (Loo;Lbhc;)V
ARG 0 player
ARG 1 enteredCoord
METHOD b deserializeConditions (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lav$b;
ARG 0 obj
ARG 1 context
2017-06-08 10:01:49 -04:00
METHOD b removeCondition (Lnn;Lp$a;)V
ARG 0 manager
ARG 1 condition