yarn/mappings/net/minecraft/enchantment/Enchantment.mapping

38 lines
1.0 KiB
Plaintext
Raw Normal View History

2018-11-21 11:58:05 -05:00
CLASS ayp net/minecraft/enchantment/Enchantment
CLASS ayp$a Weight
FIELD a COMMON Layp$a;
FIELD b UNCOMMON Layp$a;
FIELD c RARE Layp$a;
FIELD d LEGENDARY Layp$a;
2016-09-12 16:13:50 -04:00
FIELD e weight I
METHOD a getWeight ()I
2018-11-21 11:58:05 -05:00
FIELD a slotTypes [Lagj;
FIELD b type Layq;
FIELD c translationName Ljava/lang/String;
2018-11-21 11:58:05 -05:00
FIELD d weight Layp$a;
METHOD <init> (Layp$a;Layq;[Lagj;)V
2018-11-04 07:22:38 -05:00
ARG 1 weight
ARG 2 type
METHOD a getHighestLevel ()I
2018-11-21 11:58:05 -05:00
METHOD a getProtectionAmount (ILafn;)I
2018-11-04 07:22:38 -05:00
ARG 1 level
2018-11-21 11:58:05 -05:00
METHOD a getAdditionalDamge (ILagr;)F
2018-11-04 07:22:38 -05:00
ARG 1 level
2018-11-21 11:58:05 -05:00
METHOD a getEquipment (Lagn;)Ljava/util/List;
METHOD a onTargetDamaged (Lagn;Lage;I)V
2018-11-04 07:22:38 -05:00
ARG 1 user
ARG 2 target
2018-11-21 11:58:05 -05:00
METHOD a isAcceptableItem (Lavn;)Z
METHOD a differs (Layp;)Z
METHOD b isLootOnly ()Z
2018-11-21 11:58:05 -05:00
METHOD b onUserDamaged (Lagn;Lage;I)V
2018-11-04 07:22:38 -05:00
ARG 1 user
ARG 2 attacker
2018-11-21 11:58:05 -05:00
METHOD b isDifferent (Layp;)Z
2018-10-25 16:01:57 -04:00
METHOD c isCursed ()Z
2018-11-21 11:58:05 -05:00
METHOD d getWeight ()Layp$a;
2018-11-07 11:37:58 -05:00
METHOD d getTextComponent (I)Liz;
METHOD e getLowestLevel ()I
2018-10-25 16:01:57 -04:00
METHOD f getOrCreateTranslationKey ()Ljava/lang/String;
METHOD g getTranslationKey ()Ljava/lang/String;