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

52 lines
1.3 KiB
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS bak net/minecraft/enchantment/Enchantment
CLASS bak$a Weight
FIELD a COMMON Lbak$a;
FIELD b UNCOMMON Lbak$a;
FIELD c RARE Lbak$a;
FIELD d LEGENDARY Lbak$a;
2016-09-12 16:13:50 -04:00
FIELD e weight I
METHOD <init> (Ljava/lang/String;II)V
ARG 3 weight
METHOD a getWeight ()I
2019-01-16 13:24:40 -05:00
FIELD a slotTypes [Lahh;
FIELD b type Lbal;
FIELD c translationName Ljava/lang/String;
2019-01-16 13:24:40 -05:00
FIELD d weight Lbak$a;
METHOD <init> (Lbak$a;Lbal;[Lahh;)V
2018-11-04 07:22:38 -05:00
ARG 1 weight
ARG 2 type
ARG 3 slotTypes
METHOD a getMaximumLevel ()I
METHOD a getMinimumPower (I)I
2019-01-16 13:24:40 -05:00
METHOD a getProtectionAmount (ILagl;)I
2018-11-04 07:22:38 -05:00
ARG 1 level
ARG 2 source
2019-01-16 13:24:40 -05:00
METHOD a getAttackDamage (ILahp;)F
2018-11-04 07:22:38 -05:00
ARG 1 level
ARG 2 group
2019-01-16 13:24:40 -05:00
METHOD a getEquipment (Lahl;)Ljava/util/List;
ARG 1 entity
2019-01-16 13:24:40 -05:00
METHOD a onTargetDamaged (Lahl;Lahc;I)V
2018-11-04 07:22:38 -05:00
ARG 1 user
ARG 2 target
ARG 3 level
2019-01-16 13:24:40 -05:00
METHOD a isAcceptableItem (Laxc;)Z
ARG 1 stack
2019-01-16 13:24:40 -05:00
METHOD a differs (Lbak;)Z
ARG 1 other
METHOD b isLootOnly ()Z
2019-01-16 13:24:40 -05:00
METHOD b onUserDamaged (Lahl;Lahc;I)V
2018-11-04 07:22:38 -05:00
ARG 1 user
ARG 2 attacker
2019-01-16 13:24:40 -05:00
METHOD b isDifferent (Lbak;)Z
ARG 1 other
2018-10-25 16:01:57 -04:00
METHOD c isCursed ()Z
2019-01-16 13:24:40 -05:00
METHOD c byRawId (I)Lbak;
ARG 0 id
2019-01-16 13:24:40 -05:00
METHOD d getWeight ()Lbak$a;
METHOD d getTextComponent (I)Ljb;
ARG 1 level
METHOD e getMinimumLevel ()I
2018-10-25 16:01:57 -04:00
METHOD f getOrCreateTranslationKey ()Ljava/lang/String;
METHOD g getTranslationKey ()Ljava/lang/String;