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

46 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS aif net/minecraft/entity/effect/StatusEffectInstance
2016-08-17 20:35:58 -04:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2019-06-07 07:45:25 -04:00
FIELD b type Laid;
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
2019-06-07 07:45:25 -04:00
METHOD <init> (Laid;I)V
2018-11-04 07:22:38 -05:00
ARG 1 type
2019-06-07 07:45:25 -04:00
METHOD <init> (Laid;II)V
2018-11-04 07:22:38 -05:00
ARG 1 type
ARG 2 duration
2019-06-07 07:45:25 -04:00
METHOD <init> (Laid;IIZZ)V
2019-04-11 01:58:54 -04:00
ARG 1 effect
ARG 2 duration
ARG 3 amplifier
ARG 5 showParticles
2019-06-07 07:45:25 -04:00
METHOD <init> (Laid;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
2019-04-11 01:58:54 -04:00
ARG 6 showIcon
2019-06-07 07:45:25 -04:00
METHOD a getEffectType ()Laid;
METHOD a upgrade (Laif;)Z
METHOD a update (Laiu;)Z
METHOD a serialize (Lic;)Lic;
METHOD b getDuration ()I
2019-06-07 07:45:25 -04:00
METHOD b applyUpdateEffect (Laiu;)V
METHOD b deserialize (Lic;)Laif;
ARG 0 tag
METHOD b setPermanent (Z)V
METHOD c getAmplifier ()I
METHOD d isAmbient ()Z
METHOD e shouldShowParticles ()Z
2019-01-09 12:20:38 -05:00
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
METHOD f shouldShowIcon ()Z
METHOD g getTranslationKey ()Ljava/lang/String;
METHOD h isPermanent ()Z
METHOD i updateDuration ()I