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

29 lines
785 B
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS ahx net/minecraft/entity/effect/StatusEffect
2019-04-04 18:04:19 -04:00
FIELD a attributeModifiers Ljava/util/Map;
2019-04-18 17:01:39 -04:00
FIELD b type Lahy;
FIELD c color I
FIELD d translationKey Ljava/lang/String;
METHOD a isInstant ()Z
2019-04-18 17:01:39 -04:00
METHOD a byRawId (I)Lahx;
ARG 0 rawId
METHOD a canApplyUpdateEffect (II)Z
2018-11-04 07:22:38 -05:00
ARG 1 duration
2019-04-18 17:01:39 -04:00
METHOD a getRawId (Lahx;)I
2018-11-04 02:51:18 -05:00
ARG 0 type
2019-04-18 17:01:39 -04:00
METHOD a applyInstantEffect (Laif;Laif;Laio;ID)V
2018-11-04 07:22:38 -05:00
ARG 1 source
ARG 2 attacker
ARG 3 target
ARG 4 amplifier
2019-04-18 17:01:39 -04:00
METHOD a applyUpdateEffect (Laio;I)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
2019-04-18 17:01:39 -04:00
METHOD a addAttributeModifier (Laje;Ljava/lang/String;DLajg$a;)Lahx;
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-04-18 17:01:39 -04:00
METHOD e getType ()Lahy;
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;