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

26 lines
692 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS avx net/minecraft/item/MiningToolItem
2018-11-29 15:15:08 -05:00
FIELD a effectiveBlocks Ljava/util/Set;
2018-11-30 06:37:11 -05:00
FIELD b blockBreakingSpeed F
FIELD c attackDamage F
FIELD d attackSpeed F
2019-01-16 13:24:40 -05:00
METHOD <init> (FFLayi;Ljava/util/Set;Lawx$a;)V
2018-11-30 06:37:11 -05:00
ARG 1 attackDamage
ARG 2 attackSpeed
ARG 3 toolType
ARG 4 effectiveBlocks
2019-01-16 13:24:40 -05:00
METHOD a getAttributeModifiers (Lahh;)Lcom/google/common/collect/Multimap;
2019-01-09 12:20:38 -05:00
ARG 1 equiptmentSlot
2019-01-16 13:24:40 -05:00
METHOD a onEntityDamaged (Laxc;Lahl;Lahl;)Z
2018-11-04 10:45:24 -05:00
ARG 1 stack
ARG 2 target
2019-01-09 12:20:38 -05:00
ARG 3 livingEntity
2019-01-16 13:24:40 -05:00
METHOD a onBlockBroken (Laxc;Lbci;Lbqi;Let;Lahl;)Z
2018-11-04 10:45:24 -05:00
ARG 1 stack
ARG 2 world
ARG 3 state
ARG 4 pos
2019-01-09 12:20:38 -05:00
ARG 5 livingEntity
2019-01-16 13:24:40 -05:00
METHOD a getBlockBreakingSpeed (Laxc;Lbqi;)F
2018-11-04 10:45:24 -05:00
ARG 1 stack
2019-01-09 12:20:38 -05:00
ARG 2 blockState