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

52 lines
1.3 KiB
Plaintext

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;
FIELD e weight I
METHOD <init> (Ljava/lang/String;II)V
ARG 3 weight
METHOD a getWeight ()I
FIELD a slotTypes [Lahh;
FIELD b type Lbal;
FIELD c translationName Ljava/lang/String;
FIELD d weight Lbak$a;
METHOD <init> (Lbak$a;Lbal;[Lahh;)V
ARG 1 weight
ARG 2 type
ARG 3 slotTypes
METHOD a getMaximumLevel ()I
METHOD a getMinimumPower (I)I
METHOD a getProtectionAmount (ILagl;)I
ARG 1 level
ARG 2 source
METHOD a getAttackDamage (ILahp;)F
ARG 1 level
ARG 2 group
METHOD a getEquipment (Lahl;)Ljava/util/List;
ARG 1 entity
METHOD a onTargetDamaged (Lahl;Lahc;I)V
ARG 1 user
ARG 2 target
ARG 3 level
METHOD a isAcceptableItem (Laxc;)Z
ARG 1 stack
METHOD a differs (Lbak;)Z
ARG 1 other
METHOD b isLootOnly ()Z
METHOD b onUserDamaged (Lahl;Lahc;I)V
ARG 1 user
ARG 2 attacker
METHOD b isDifferent (Lbak;)Z
ARG 1 other
METHOD c isCursed ()Z
METHOD c byRawId (I)Lbak;
ARG 0 id
METHOD d getWeight ()Lbak$a;
METHOD d getTextComponent (I)Ljb;
ARG 1 level
METHOD e getMinimumLevel ()I
METHOD f getOrCreateTranslationKey ()Ljava/lang/String;
METHOD g getTranslationKey ()Ljava/lang/String;