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

31 lines
899 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS tu net/minecraft/potion/PotionEffectType
FIELD a attributes Ljava/util/Map;
2017-04-05 07:31:24 -04:00
FIELD b REGISTRY Lel;
FIELD c negative Z
FIELD d color I
2016-08-17 20:35:58 -04:00
FIELD e translationKey Ljava/lang/String;
FIELD f iconIndex I
METHOD <init> (ZI)V
ARG 0 negative
ARG 1 color
2016-08-17 20:35:58 -04:00
METHOD a getTranslationKey ()Ljava/lang/String;
2017-04-05 07:31:24 -04:00
METHOD a getEffectByRawId (I)Ltu;
ARG 0 rawId
METHOD a canApplyUpdateEffect (II)Z
2017-04-05 07:31:24 -04:00
METHOD a getRawIdFromEffect (Ltu;)I
ARG 0 effect
2017-04-05 07:31:24 -04:00
METHOD a getDurationString (Ltv;F)Ljava/lang/String;
ARG 0 effect
2017-04-05 07:31:24 -04:00
METHOD a applyInstantEffect (Lub;Lub;Luk;ID)V
METHOD a applyUpdateEffect (Luk;I)V
METHOD b isInstant ()Z
2017-04-05 07:31:24 -04:00
METHOD b setIcon (II)Ltu;
METHOD b getEffectById (Ljava/lang/String;)Ltu;
ARG 0 identifier
METHOD c hasIcon ()Z
2017-04-05 07:31:24 -04:00
METHOD c setTranslationKey (Ljava/lang/String;)Ltu;
METHOD d getIconIndex ()I
METHOD e isNegative ()Z
METHOD g getColor ()I
METHOD k registerDefaults ()V