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

22 lines
608 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS auo 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
2018-12-05 09:11:37 -05:00
METHOD <init> (FFLaxa;Ljava/util/Set;Lavp$a;)V
2018-11-30 06:37:11 -05:00
ARG 1 attackDamage
ARG 2 attackSpeed
ARG 3 toolType
ARG 4 effectiveBlocks
2018-12-05 09:11:37 -05:00
METHOD a getAttributeModifiers (Lagp;)Lcom/google/common/collect/Multimap;
METHOD a onEntityDamaged (Lavu;Lagt;Lagt;)Z
2018-11-04 10:45:24 -05:00
ARG 1 stack
ARG 2 target
2018-12-05 09:11:37 -05:00
METHOD a onBlockBroken (Lavu;Lbas;Lbom;Let;Lagt;)Z
2018-11-04 10:45:24 -05:00
ARG 1 stack
ARG 2 world
ARG 3 state
ARG 4 pos
2018-12-05 09:11:37 -05:00
METHOD a getBlockBreakingSpeed (Lavu;Lbom;)F
2018-11-04 10:45:24 -05:00
ARG 1 stack