yarn/mappings/net/minecraft/advancement/criterion/EntityHurtPlayerCriterion.m...

23 lines
562 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS au net/minecraft/advancement/criterion/EntityHurtPlayerCriterion
CLASS au$a Handler
2019-03-27 14:35:10 -04:00
FIELD a manager Lra;
2019-02-20 16:01:25 -05:00
FIELD b conditions Ljava/util/Set;
METHOD a isEmpty ()Z
2019-03-27 14:35:10 -04:00
METHOD a handle (Lvf;Lahi;FFZ)V
2019-02-20 16:01:25 -05:00
ARG 1 source
ARG 2 dealt
ARG 3 taken
ARG 4 blocked
2019-03-20 13:56:26 -04:00
METHOD a addCondition (Lx$a;)V
METHOD b removeCondition (Lx$a;)V
CLASS au$b Conditions
FIELD a damage Lal;
2019-03-27 14:35:10 -04:00
METHOD a matches (Lvf;Lahi;FFZ)Z
FIELD a ID Lqr;
2019-02-20 16:01:25 -05:00
FIELD b handlers Ljava/util/Map;
2019-03-27 14:35:10 -04:00
METHOD a handle (Lvf;Lahi;FFZ)V
2019-02-20 16:01:25 -05:00
ARG 1 player
ARG 2 source
ARG 3 dealt
ARG 4 taken