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

39 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS ah net/minecraft/advancement/criterion/TriggerEnterBlock
CLASS ah$a Handler
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 (Lawr;)V
ARG 0 state
METHOD a addConditon (Lp$a;)V
ARG 0 condition
METHOD b removeCondition (Lp$a;)V
ARG 0 condition
2017-06-08 10:01:49 -04:00
CLASS ah$b Conditions
FIELD a block Laou;
FIELD b properties Ljava/util/Map;
2017-06-08 10:01:49 -04:00
METHOD <init> (Laou;Ljava/util/Map;)V
ARG 0 block
ARG 1 properties
2017-06-08 10:01:49 -04:00
METHOD a test (Lawr;)Z
ARG 0 state
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 b deserializeConditions (Lcom/google/gson/JsonObject;Lcom/google/gson/JsonDeserializationContext;)Lah$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