yarn/mappings/net/minecraft/entity/effect/StatusEffect.mapping

21 lines
547 B
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS ahq net/minecraft/entity/effect/StatusEffect
FIELD a attributes Ljava/util/Map;
FIELD c color I
FIELD d translationKey Ljava/lang/String;
METHOD a isInstant ()Z
2019-03-20 13:56:26 -04:00
METHOD a byRawId (I)Lahq;
ARG 0 rawId
METHOD a canApplyUpdateEffect (II)Z
2018-11-04 07:22:38 -05:00
ARG 1 duration
2019-03-20 13:56:26 -04:00
METHOD a getRawId (Lahq;)I
2018-11-04 02:51:18 -05:00
ARG 0 type
2019-03-20 13:56:26 -04:00
METHOD a applyInstantEffect (Lahy;Lahy;Laih;ID)V
2018-11-04 07:22:38 -05:00
ARG 1 source
ARG 2 attacker
ARG 3 target
ARG 4 amplifier
2019-03-20 13:56:26 -04:00
METHOD a applyUpdateEffect (Laih;I)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
METHOD c getTranslationKey ()Ljava/lang/String;
2019-02-21 13:19:18 -05:00
METHOD f getColor ()I