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

41 lines
1.0 KiB
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS agd net/minecraft/entity/effect/StatusEffectInstnace
2016-08-17 20:35:58 -04:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2018-12-05 09:11:37 -05:00
FIELD b type Lagc;
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-12-05 09:11:37 -05:00
METHOD <init> (Lagc;I)V
2018-11-04 07:22:38 -05:00
ARG 1 type
2018-12-05 09:11:37 -05:00
METHOD <init> (Lagc;II)V
2018-11-04 07:22:38 -05:00
ARG 1 type
ARG 2 duration
2018-12-05 09:11:37 -05:00
METHOD <init> (Lagc;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-12-05 09:11:37 -05:00
METHOD a getEffectType ()Lagc;
METHOD a upgrade (Lagd;)Z
METHOD a update (Lagt;)Z
METHOD a serialize (Lhq;)Lhq;
METHOD b getDuration ()I
2018-12-05 09:11:37 -05:00
METHOD b compareTo (Lagd;)I
METHOD b applyUpdateEffect (Lagt;)V
METHOD b deserialize (Lhq;)Lagd;
ARG 0 tag
METHOD b setPermanent (Z)V
METHOD c getAmplifier ()I
METHOD d isAmbient ()Z
METHOD e shouldShowParticles ()Z
2018-12-05 09:11:37 -05:00
METHOD equals (Ljava/lang/Object;)Z
ARG 0 object
METHOD f shouldShowIcon ()Z
METHOD g getTranslationKey ()Ljava/lang/String;
METHOD h isPermanent ()Z
METHOD i updateDuration ()I