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

51 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS sa net/minecraft/potion/PotionEffect
2016-08-17 20:35:58 -04:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2016-10-18 11:31:59 -04:00
FIELD b type Lrz;
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-10-18 11:31:59 -04:00
METHOD <init> (Lrz;)V
2016-08-17 20:35:58 -04:00
ARG 0 type
2016-10-18 11:31:59 -04:00
METHOD <init> (Lrz;I)V
2016-08-17 20:35:58 -04:00
ARG 0 type
ARG 1 duration
2016-10-18 11:31:59 -04:00
METHOD <init> (Lrz;II)V
2016-08-17 20:35:58 -04:00
ARG 0 type
ARG 1 duration
ARG 2 amplifier
2016-10-18 11:31:59 -04:00
METHOD <init> (Lrz;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-10-18 11:31:59 -04:00
METHOD <init> (Lsa;)V
2016-08-17 20:35:58 -04:00
ARG 0 other
2016-10-18 11:31:59 -04:00
METHOD a getEffectType ()Lrz;
METHOD a serialize (Ldt;)Ldt;
ARG 0 tag
2016-10-18 11:31:59 -04:00
METHOD a upgrade (Lsa;)V
ARG 0 other
2016-10-18 11:31:59 -04:00
METHOD a update (Lsp;)Z
ARG 0 entity
2016-08-17 20:35:58 -04:00
METHOD b getDuration ()I
2016-10-18 11:31:59 -04:00
METHOD b deserialize (Ldt;)Lsa;
ARG 0 tag
2016-10-18 11:31:59 -04:00
METHOD b compareTo (Lsa;)I
ARG 0 other
2016-10-18 11:31:59 -04:00
METHOD b applyUpdateEffect (Lsp;)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