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

25 lines
630 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS ahe net/minecraft/entity/effect/StatusEffect
FIELD a attributes Ljava/util/Map;
FIELD b negative Z
FIELD c color I
FIELD d translationKey Ljava/lang/String;
2018-12-12 12:22:18 -05:00
METHOD <init> (ZI)V
2018-11-04 07:22:38 -05:00
ARG 1 negative
METHOD a isInstant ()Z
2019-02-13 12:35:08 -05:00
METHOD a byRawId (I)Lahe;
ARG 0 rawId
METHOD a canApplyUpdateEffect (II)Z
2018-11-04 07:22:38 -05:00
ARG 1 duration
2019-02-13 12:35:08 -05:00
METHOD a getRawId (Lahe;)I
2018-11-04 02:51:18 -05:00
ARG 0 type
2019-02-13 12:35:08 -05:00
METHOD a applyInstantEffect (Lahl;Lahl;Lahu;ID)V
2018-11-04 07:22:38 -05:00
ARG 1 source
ARG 2 attacker
ARG 3 target
ARG 4 amplifier
2019-02-13 12:35:08 -05:00
METHOD a applyUpdateEffect (Lahu;I)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
METHOD c getTranslationKey ()Ljava/lang/String;
2019-02-20 15:49:23 -05:00
METHOD e isNegative ()Z
METHOD g getColor ()I