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

44 lines
1.2 KiB
Plaintext
Raw Normal View History

CLASS bf net/minecraft/advancement/criterion/TriggerNetherTravel
CLASS bf$a Handler
2018-10-31 12:57:21 -04:00
FIELD a manager Lqe;
FIELD b conditions Ljava/util/Set;
2018-10-31 12:57:21 -04:00
METHOD <init> (Lqe;)V
ARG 0 manager
METHOD a isEmpty ()Z
METHOD a addCondition (Ls$a;)V
ARG 0 condition
2018-10-31 12:57:21 -04:00
METHOD a handle (Lua;Lcim;DDD)V
ARG 0 world
ARG 1 enteredCoord
ARG 2 exitedX
ARG 3 exitedY
ARG 4 exitedZ
METHOD b removeCondition (Ls$a;)V
ARG 0 condition
2018-10-27 07:07:57 -04:00
CLASS bf$b Conditions
FIELD a entered Lba;
FIELD b exited Lba;
FIELD c distance Lai;
METHOD a distance (Lai;)Lbf$b;
2018-10-31 12:57:21 -04:00
METHOD a matches (Lua;Lcim;DDD)Z
FIELD a ID Lpu;
FIELD b handlers Ljava/util/Map;
2018-10-31 12:57:21 -04:00
METHOD a getId ()Lpu;
METHOD a deserializeConditions (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lt;
ARG 0 obj
ARG 1 context
2018-10-31 12:57:21 -04:00
METHOD a removePlayer (Lqe;)V
ARG 0 manager
2018-10-31 12:57:21 -04:00
METHOD a addCondition (Lqe;Ls$a;)V
ARG 0 manager
ARG 1 condition
2018-10-31 12:57:21 -04:00
METHOD a handle (Luc;Lcim;)V
ARG 0 player
ARG 1 enteredCoord
METHOD b deserializeConditions (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lbf$b;
ARG 0 obj
ARG 1 context
2018-10-31 12:57:21 -04:00
METHOD b removeCondition (Lqe;Ls$a;)V
ARG 0 manager
ARG 1 condition