yarn/mappings/net/minecraft/advancement/criterion/LocationArrivalCriterion.ma...

20 lines
551 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS bh net/minecraft/advancement/criterion/LocationArrivalCriterion
2019-06-19 15:24:08 -04:00
CLASS a Handler
2019-06-07 07:45:25 -04:00
FIELD a manager Lrc;
2019-02-20 16:01:25 -05:00
FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z
2019-06-07 07:45:25 -04:00
METHOD a handle (Lvi;DDD)V
2019-02-20 16:01:25 -05:00
ARG 1 x
ARG 2 y
2019-03-20 13:56:26 -04:00
METHOD a addCondition (Lx$a;)V
METHOD b removeCondition (Lx$a;)V
2019-06-19 15:24:08 -04:00
CLASS b Conditions
2019-03-20 13:56:26 -04:00
FIELD a location Lbg;
METHOD a create (Lbg;)Lbh$b;
2019-06-07 07:45:25 -04:00
METHOD a matches (Lvi;DDD)Z
METHOD c createSleptInBed ()Lbh$b;
METHOD d createHeroOfTheVillage ()Lbh$b;
2019-06-07 07:45:25 -04:00
FIELD a id Lqt;
2019-02-20 16:01:25 -05:00
FIELD b handlers Ljava/util/Map;
2019-06-07 07:45:25 -04:00
METHOD a handle (Lvj;)V