yarn/mappings/net/minecraft/potion/PotionEffect.mapping

49 lines
1.1 KiB
Plaintext

CLASS tv net/minecraft/potion/PotionEffect
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b type Ltu;
FIELD c duration I
FIELD d amplifier I
FIELD e splash Z
FIELD f ambient Z
FIELD g permanent Z
FIELD h showParticles Z
METHOD <init> (Ltu;)V
ARG 0 type
METHOD <init> (Ltu;I)V
ARG 0 type
ARG 1 duration
METHOD <init> (Ltu;II)V
ARG 0 type
ARG 1 duration
ARG 2 amplifier
METHOD <init> (Ltu;IIZZ)V
ARG 0 type
ARG 1 duration
ARG 2 amplifier
ARG 3 ambient
ARG 4 showParticles
METHOD <init> (Ltv;)V
ARG 0 other
METHOD a getEffectType ()Ltu;
METHOD a serialize (Lfc;)Lfc;
ARG 0 tag
METHOD a upgrade (Ltv;)V
ARG 0 other
METHOD a update (Luk;)Z
ARG 0 entity
METHOD b getDuration ()I
METHOD b deserialize (Lfc;)Ltv;
ARG 0 tag
METHOD b compareTo (Ltv;)I
ARG 0 other
METHOD b applyUpdateEffect (Luk;)V
ARG 0 update
METHOD b setPermanent (Z)V
ARG 0 value
METHOD c getAmplifier ()I
METHOD d isAmbient ()Z
METHOD e shouldShowParticles ()Z
METHOD f getTranslationKey ()Ljava/lang/String;
METHOD g isPermanent ()Z
METHOD h updateDuration ()I