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

48 lines
1.2 KiB
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS axx net/minecraft/enchantment/Enchantment
CLASS axx$a Weight
FIELD a COMMON Laxx$a;
FIELD b UNCOMMON Laxx$a;
FIELD c RARE Laxx$a;
FIELD d LEGENDARY Laxx$a;
2016-09-12 16:13:50 -04:00
FIELD e weight I
METHOD a getWeight ()I
2018-10-31 12:57:21 -04:00
FIELD a slotTypes [Laga;
FIELD b type Laxy;
FIELD c translationName Ljava/lang/String;
2018-10-31 12:57:21 -04:00
FIELD d weight Laxx$a;
METHOD <init> (Laxx$a;Laxy;[Laga;)V
ARG 0 weight
ARG 1 type
ARG 2 slotTypes
METHOD a getHighestLevel ()I
2018-10-31 12:57:21 -04:00
METHOD a getProtectionAmount (ILafe;)I
2017-05-13 02:02:51 -04:00
ARG 0 level
ARG 1 source
2018-10-31 12:57:21 -04:00
METHOD a getAdditionalDamge (ILagh;)F
2017-05-13 02:02:51 -04:00
ARG 0 level
ARG 1 entityType
2018-10-31 12:57:21 -04:00
METHOD a getEquipment (Lage;)Ljava/util/List;
2017-05-13 02:02:51 -04:00
ARG 0 entity
2018-10-31 12:57:21 -04:00
METHOD a onTargetDamaged (Lage;Lafv;I)V
2017-05-13 02:02:51 -04:00
ARG 0 user
ARG 1 target
ARG 2 level
2018-10-31 12:57:21 -04:00
METHOD a isAcceptableItem (Lauv;)Z
ARG 0 item
2018-10-31 12:57:21 -04:00
METHOD a differs (Laxx;)Z
ARG 0 other
METHOD b isLootOnly ()Z
2018-10-31 12:57:21 -04:00
METHOD b onUserDamaged (Lage;Lafv;I)V
2017-05-13 02:02:51 -04:00
ARG 0 user
ARG 1 attacker
ARG 2 level
2018-10-31 12:57:21 -04:00
METHOD b isDifferent (Laxx;)Z
2018-10-25 16:01:57 -04:00
ARG 0 other
METHOD c isCursed ()Z
2018-10-31 12:57:21 -04:00
METHOD d getWeight ()Laxx$a;
METHOD d getTextComponent (I)Lix;
2018-10-25 16:01:57 -04:00
ARG 0 level
METHOD e getLowestLevel ()I
2018-10-25 16:01:57 -04:00
METHOD f getOrCreateTranslationKey ()Ljava/lang/String;
METHOD g getTranslationKey ()Ljava/lang/String;