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

38 lines
1.0 KiB
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS ayq net/minecraft/enchantment/Enchantment
CLASS ayq$a Weight
FIELD a COMMON Layq$a;
FIELD b UNCOMMON Layq$a;
FIELD c RARE Layq$a;
FIELD d LEGENDARY Layq$a;
2016-09-12 16:13:50 -04:00
FIELD e weight I
METHOD a getWeight ()I
2018-11-27 13:50:51 -05:00
FIELD a slotTypes [Lagk;
FIELD b type Layr;
FIELD c translationName Ljava/lang/String;
2018-11-27 13:50:51 -05:00
FIELD d weight Layq$a;
METHOD <init> (Layq$a;Layr;[Lagk;)V
2018-11-04 07:22:38 -05:00
ARG 1 weight
ARG 2 type
METHOD a getHighestLevel ()I
2018-11-27 13:50:51 -05:00
METHOD a getProtectionAmount (ILafo;)I
2018-11-04 07:22:38 -05:00
ARG 1 level
2018-11-27 13:50:51 -05:00
METHOD a getAdditionalDamge (ILags;)F
2018-11-04 07:22:38 -05:00
ARG 1 level
2018-11-27 13:50:51 -05:00
METHOD a getEquipment (Lago;)Ljava/util/List;
METHOD a onTargetDamaged (Lago;Lagf;I)V
2018-11-04 07:22:38 -05:00
ARG 1 user
ARG 2 target
2018-11-27 13:50:51 -05:00
METHOD a isAcceptableItem (Lavo;)Z
METHOD a differs (Layq;)Z
METHOD b isLootOnly ()Z
2018-11-27 13:50:51 -05:00
METHOD b onUserDamaged (Lago;Lagf;I)V
2018-11-04 07:22:38 -05:00
ARG 1 user
ARG 2 attacker
2018-11-27 13:50:51 -05:00
METHOD b isDifferent (Layq;)Z
2018-10-25 16:01:57 -04:00
METHOD c isCursed ()Z
2018-11-27 13:50:51 -05:00
METHOD d getWeight ()Layq$a;
METHOD d getTextComponent (I)Lja;
METHOD e getLowestLevel ()I
2018-10-25 16:01:57 -04:00
METHOD f getOrCreateTranslationKey ()Ljava/lang/String;
METHOD g getTranslationKey ()Ljava/lang/String;