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

39 lines
982 B
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS afy net/minecraft/entity/effect/StatusEffectInstnace
2016-08-17 20:35:58 -04:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2018-11-27 13:50:51 -05:00
FIELD b type Lafx;
2016-08-17 20:35:58 -04:00
FIELD c duration I
FIELD d amplifier I
FIELD e splash Z
FIELD f ambient Z
FIELD g permanent Z
2016-08-17 20:35:58 -04:00
FIELD h showParticles Z
FIELD i showIcon Z
2018-11-27 13:50:51 -05:00
METHOD <init> (Lafx;I)V
2018-11-04 07:22:38 -05:00
ARG 1 type
2018-11-27 13:50:51 -05:00
METHOD <init> (Lafx;II)V
2018-11-04 07:22:38 -05:00
ARG 1 type
ARG 2 duration
2018-11-27 13:50:51 -05:00
METHOD <init> (Lafx;IIZZZ)V
2018-11-04 07:22:38 -05:00
ARG 1 type
ARG 2 duration
ARG 3 amplifier
ARG 4 ambient
ARG 5 showParticles
2018-11-27 13:50:51 -05:00
METHOD a getEffectType ()Lafx;
METHOD a upgrade (Lafy;)Z
METHOD a update (Lago;)Z
METHOD a serialize (Lhp;)Lhp;
METHOD b getDuration ()I
2018-11-27 13:50:51 -05:00
METHOD b compareTo (Lafy;)I
METHOD b applyUpdateEffect (Lago;)V
METHOD b deserialize (Lhp;)Lafy;
ARG 0 tag
METHOD b setPermanent (Z)V
METHOD c getAmplifier ()I
METHOD d isAmbient ()Z
METHOD e shouldShowParticles ()Z
METHOD f shouldShowIcon ()Z
METHOD g getTranslationKey ()Ljava/lang/String;
METHOD h isPermanent ()Z
METHOD i updateDuration ()I