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

50 lines
1.1 KiB
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS afo net/minecraft/potion/PotionEffect
2016-08-17 20:35:58 -04:00
FIELD a LOGGER Lorg/apache/logging/log4j/Logger;
2018-10-31 12:57:21 -04:00
FIELD b type Lafn;
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
2018-10-31 12:57:21 -04:00
METHOD <init> (Lafn;)V
ARG 0 type
2018-10-31 12:57:21 -04:00
METHOD <init> (Lafn;I)V
ARG 0 type
ARG 1 duration
2018-10-31 12:57:21 -04:00
METHOD <init> (Lafn;II)V
ARG 0 type
ARG 1 duration
ARG 2 amplifier
2018-10-31 12:57:21 -04:00
METHOD <init> (Lafn;IIZZZ)V
ARG 0 type
ARG 1 duration
ARG 2 amplifier
ARG 5 showParticles
2018-10-31 12:57:21 -04:00
METHOD <init> (Lafo;)V
ARG 0 other
2018-10-31 12:57:21 -04:00
METHOD a getEffectType ()Lafn;
METHOD a upgrade (Lafo;)Z
2017-05-13 02:02:51 -04:00
ARG 0 other
2018-10-31 12:57:21 -04:00
METHOD a update (Lage;)Z
2017-05-13 02:02:51 -04:00
ARG 0 entity
2018-10-31 12:57:21 -04:00
METHOD a serialize (Lhm;)Lhm;
2017-05-13 02:02:51 -04:00
ARG 0 tag
METHOD b getDuration ()I
2018-10-31 12:57:21 -04:00
METHOD b compareTo (Lafo;)I
2017-05-13 02:02:51 -04:00
ARG 0 other
2018-10-31 12:57:21 -04:00
METHOD b applyUpdateEffect (Lage;)V
2017-05-13 02:02:51 -04:00
ARG 0 update
2018-10-31 12:57:21 -04:00
METHOD b deserialize (Lhm;)Lafo;
ARG 0 tag
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 g getTranslationKey ()Ljava/lang/String;
METHOD h isPermanent ()Z
METHOD i updateDuration ()I