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

51 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS uy net/minecraft/potion/PotionEffect
2016-08-17 20:35:58 -04:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2017-06-08 10:01:49 -04:00
FIELD b type Lux;
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
2017-06-08 10:01:49 -04:00
METHOD <init> (Lux;)V
ARG 0 type
2017-06-08 10:01:49 -04:00
METHOD <init> (Lux;I)V
ARG 0 type
ARG 1 duration
2017-06-08 10:01:49 -04:00
METHOD <init> (Lux;II)V
ARG 0 type
ARG 1 duration
ARG 2 amplifier
2017-06-08 10:01:49 -04:00
METHOD <init> (Lux;IIZZ)V
ARG 0 type
ARG 1 duration
ARG 2 amplifier
ARG 3 ambient
ARG 4 showParticles
2017-06-08 10:01:49 -04:00
METHOD <init> (Luy;)V
ARG 0 other
2017-06-08 10:01:49 -04:00
METHOD a getEffectType ()Lux;
METHOD a serialize (Lfy;)Lfy;
2017-05-13 02:02:51 -04:00
ARG 0 tag
2017-06-08 10:01:49 -04:00
METHOD a upgrade (Luy;)V
2017-05-13 02:02:51 -04:00
ARG 0 other
2017-06-08 10:01:49 -04:00
METHOD a update (Lvn;)Z
2017-05-13 02:02:51 -04:00
ARG 0 entity
METHOD b getDuration ()I
2017-06-08 10:01:49 -04:00
METHOD b deserialize (Lfy;)Luy;
2017-05-13 02:02:51 -04:00
ARG 0 tag
2017-06-08 10:01:49 -04:00
METHOD b compareTo (Luy;)I
2017-05-13 02:02:51 -04:00
ARG 0 other
2017-06-08 10:01:49 -04:00
METHOD b applyUpdateEffect (Lvn;)V
2017-05-13 02:02:51 -04:00
ARG 0 update
METHOD b setPermanent (Z)V
2017-05-13 02:02:51 -04:00
ARG 0 value
METHOD c getAmplifier ()I
METHOD d isAmbient ()Z
METHOD e shouldShowParticles ()Z
METHOD equals (Ljava/lang/Object;)Z
ARG 0 object
METHOD f getTranslationKey ()Ljava/lang/String;
METHOD g isPermanent ()Z
METHOD h updateDuration ()I