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

25 lines
689 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS tv net/minecraft/potion/PotionEffect
2016-08-17 20:35:58 -04:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2017-04-05 07:31:24 -04:00
FIELD b type Ltu;
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
METHOD a getEffectType ()Ltu;
METHOD a serialize (Lfc;)Lfc;
METHOD a upgrade (Ltv;)V
METHOD a update (Luk;)Z
METHOD b getDuration ()I
METHOD b deserialize (Lfc;)Ltv;
METHOD b compareTo (Ltv;)I
METHOD b applyUpdateEffect (Luk;)V
METHOD b setPermanent (Z)V
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