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

51 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-09-20 11:18:54 -04:00
CLASS none/sa net/minecraft/potion/PotionEffect
2016-08-17 20:35:58 -04:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2016-09-20 11:18:54 -04:00
FIELD b type Lnone/rz;
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
2016-09-20 11:18:54 -04:00
METHOD <init> (Lnone/rz;)V
2016-08-17 20:35:58 -04:00
ARG 0 type
2016-09-20 11:18:54 -04:00
METHOD <init> (Lnone/rz;I)V
2016-08-17 20:35:58 -04:00
ARG 0 type
ARG 1 duration
2016-09-20 11:18:54 -04:00
METHOD <init> (Lnone/rz;II)V
2016-08-17 20:35:58 -04:00
ARG 0 type
ARG 1 duration
ARG 2 amplifier
2016-09-20 11:18:54 -04:00
METHOD <init> (Lnone/rz;IIZZ)V
2016-08-17 20:35:58 -04:00
ARG 0 type
ARG 1 duration
ARG 2 amplifier
ARG 3 ambient
ARG 4 showParticles
2016-09-20 11:18:54 -04:00
METHOD <init> (Lnone/sa;)V
2016-08-17 20:35:58 -04:00
ARG 0 other
2016-09-20 11:18:54 -04:00
METHOD a getEffectType ()Lnone/rz;
METHOD a serialize (Lnone/dt;)Lnone/dt;
ARG 0 tag
2016-09-20 11:18:54 -04:00
METHOD a upgrade (Lnone/sa;)V
ARG 0 other
2016-09-20 11:18:54 -04:00
METHOD a update (Lnone/sp;)Z
ARG 0 entity
2016-08-17 20:35:58 -04:00
METHOD b getDuration ()I
2016-09-20 11:18:54 -04:00
METHOD b deserialize (Lnone/dt;)Lnone/sa;
ARG 0 tag
2016-09-20 11:18:54 -04:00
METHOD b compareTo (Lnone/sa;)I
ARG 0 other
2016-09-20 11:18:54 -04:00
METHOD b applyUpdateEffect (Lnone/sp;)V
ARG 0 update
METHOD b setPermanent (Z)V
ARG 0 value
2016-08-17 20:35:58 -04:00
METHOD c getAmplifier ()I
METHOD d isAmbient ()Z
METHOD e shouldShowParticles ()Z
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other
2016-08-17 20:35:58 -04:00
METHOD f getTranslationKey ()Ljava/lang/String;
METHOD g isPermanent ()Z
METHOD h updateDuration ()I