yarn/mappings/net/minecraft/item/ArmorItem.mapping

18 lines
432 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS ayk net/minecraft/item/ArmorItem
FIELD a DISPENSER_BEHAVIOR Lfu;
FIELD b slot Laib;
FIELD c protection I
FIELD d toughness F
2019-03-14 08:57:09 -04:00
FIELD e type Layl;
FIELD k MODIFIERS [Ljava/util/UUID;
2019-03-14 08:57:09 -04:00
METHOD <init> (Layl;Laib;Lbam$a;)V
ARG 1 material
ARG 2 slot
ARG 3 settings
2019-03-14 08:57:09 -04:00
METHOD a dispenseArmor (Lev;Lbar;)Lbar;
2017-05-13 02:02:51 -04:00
ARG 0 block
ARG 1 armor
2019-03-14 08:57:09 -04:00
METHOD b getSlotType ()Laib;
METHOD d getMaterial ()Layl;
METHOD e getProtection ()I