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

51 lines
1.2 KiB
Plaintext

CLASS none/ry net/minecraft/potion/PotionEffect
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
FIELD b type Lnone/rx;
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> (Lnone/rx;)V
ARG 0 type
METHOD <init> (Lnone/rx;I)V
ARG 0 type
ARG 1 duration
METHOD <init> (Lnone/rx;II)V
ARG 0 type
ARG 1 duration
ARG 2 amplifier
METHOD <init> (Lnone/rx;IIZZ)V
ARG 0 type
ARG 1 duration
ARG 2 amplifier
ARG 3 ambient
ARG 4 showParticles
METHOD <init> (Lnone/ry;)V
ARG 0 other
METHOD a getEffectType ()Lnone/rx;
METHOD a serializeTag (Lnone/dt;)Lnone/dt;
ARG 0 compound
METHOD a upgrade (Lnone/ry;)V
ARG 0 other
METHOD a update (Lnone/sn;)Z
ARG 0 entity
METHOD b getDuration ()I
METHOD b deserializeTag (Lnone/dt;)Lnone/ry;
ARG 0 compound
METHOD b compareTo (Lnone/ry;)I
ARG 0 other
METHOD b applyUpdateEffect (Lnone/sn;)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 equals (Ljava/lang/Object;)Z
ARG 0 other
METHOD f getTranslationKey ()Ljava/lang/String;
METHOD g isPermanent ()Z
METHOD h updateDuration ()I