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

23 lines
748 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS tu net/minecraft/potion/PotionEffectType
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
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;
METHOD a canApplyUpdateEffect (II)Z
2017-04-05 07:31:24 -04:00
METHOD a getRawIdFromEffect (Ltu;)I
METHOD a getDurationString (Ltv;F)Ljava/lang/String;
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;
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