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

29 lines
785 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS aid net/minecraft/entity/effect/StatusEffect
2019-04-04 18:04:19 -04:00
FIELD a attributeModifiers Ljava/util/Map;
2019-06-07 07:45:25 -04:00
FIELD b type Laie;
FIELD c color I
FIELD d translationKey Ljava/lang/String;
METHOD a isInstant ()Z
2019-06-07 07:45:25 -04:00
METHOD a byRawId (I)Laid;
ARG 0 rawId
METHOD a canApplyUpdateEffect (II)Z
2018-11-04 07:22:38 -05:00
ARG 1 duration
2019-06-07 07:45:25 -04:00
METHOD a getRawId (Laid;)I
2018-11-04 02:51:18 -05:00
ARG 0 type
2019-06-07 07:45:25 -04:00
METHOD a applyInstantEffect (Lail;Lail;Laiu;ID)V
2018-11-04 07:22:38 -05:00
ARG 1 source
ARG 2 attacker
ARG 3 target
ARG 4 amplifier
2019-06-07 07:45:25 -04:00
METHOD a applyUpdateEffect (Laiu;I)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
2019-06-07 07:45:25 -04:00
METHOD a addAttributeModifier (Lajk;Ljava/lang/String;DLajm$a;)Laid;
2019-04-04 18:04:19 -04:00
ARG 1 attribute
ARG 2 uuid
ARG 3 amount
ARG 5 operation
METHOD c getTranslationKey ()Ljava/lang/String;
2019-06-07 07:45:25 -04:00
METHOD e getType ()Laie;
2019-02-21 13:19:18 -05:00
METHOD f getColor ()I
2019-04-04 18:04:19 -04:00
METHOD g getAttributeModifiers ()Ljava/util/Map;