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

29 lines
785 B
Plaintext
Raw Normal View History

2019-05-07 12:05:49 -04:00
CLASS aia net/minecraft/entity/effect/StatusEffect
2019-04-04 18:04:19 -04:00
FIELD a attributeModifiers Ljava/util/Map;
2019-05-07 12:05:49 -04:00
FIELD b type Laib;
FIELD c color I
FIELD d translationKey Ljava/lang/String;
METHOD a isInstant ()Z
2019-05-07 12:05:49 -04:00
METHOD a byRawId (I)Laia;
ARG 0 rawId
METHOD a canApplyUpdateEffect (II)Z
2018-11-04 07:22:38 -05:00
ARG 1 duration
2019-05-07 12:05:49 -04:00
METHOD a getRawId (Laia;)I
2018-11-04 02:51:18 -05:00
ARG 0 type
2019-05-07 12:05:49 -04:00
METHOD a applyInstantEffect (Laii;Laii;Lair;ID)V
2018-11-04 07:22:38 -05:00
ARG 1 source
ARG 2 attacker
ARG 3 target
ARG 4 amplifier
2019-05-07 12:05:49 -04:00
METHOD a applyUpdateEffect (Lair;I)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
2019-05-07 12:05:49 -04:00
METHOD a addAttributeModifier (Lajh;Ljava/lang/String;DLajj$a;)Laia;
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-05-07 12:05:49 -04:00
METHOD e getType ()Laib;
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;