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

13 lines
418 B
Plaintext
Raw Normal View History

2016-08-14 16:19:38 -04:00
CLASS none/rx net/minecraft/potion/PotionEffect
FIELD b REGISTRY Lnone/db;
FIELD e translationKey Ljava/lang/String;
METHOD a getTranslationKey ()Ljava/lang/String;
METHOD a getEffectByRawId (I)Lnone/rx;
ARG 0 id
METHOD a getRawIdFromEffect (Lnone/rx;)I
ARG 0 effect
METHOD b getEffectById (Ljava/lang/String;)Lnone/rx;
ARG 0 id
METHOD c setTranslationKey (Ljava/lang/String;)Lnone/rx;
METHOD k init ()V