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

40 lines
1.1 KiB
Plaintext
Raw Normal View History

CLASS w net/minecraft/advancement/criterion/TriggerBrewedPotion
CLASS w$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
2017-06-08 10:01:49 -04:00
METHOD a handle (Lake;)V
ARG 0 potion
METHOD a addCondition (Lp$a;)V
ARG 0 condition
METHOD b removeCondition (Lp$a;)V
ARG 0 condition
CLASS w$b Conditions
2017-06-08 10:01:49 -04:00
FIELD a potion Lake;
METHOD <init> (Lake;)V
ARG 0 potion
2017-06-08 10:01:49 -04:00
METHOD a matches (Lake;)Z
ARG 0 potion
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
2017-06-08 10:01:49 -04:00
METHOD a handle (Loo;Lake;)V
ARG 0 player
ARG 1 potion
METHOD b deserializeConditions (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lw$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