getMiningSpeed -> getMiningSpeedMultiplier (#1161)

Update name to be accurate and more descriptive
This commit is contained in:
Deximus-Maximus 2020-03-10 16:42:24 -04:00 committed by GitHub
parent b172cf03c1
commit 601be823bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ CLASS net/minecraft/class_1792 net/minecraft/item/Item
ARG 2 property
METHOD method_7864 getName (Lnet/minecraft/class_1799;)Lnet/minecraft/class_2561;
ARG 1 stack
METHOD method_7865 getMiningSpeed (Lnet/minecraft/class_1799;Lnet/minecraft/class_2680;)F
METHOD method_7865 getMiningSpeedMultiplier (Lnet/minecraft/class_1799;Lnet/minecraft/class_2680;)F
ARG 1 stack
ARG 2 state
METHOD method_7866 getTranslationKey (Lnet/minecraft/class_1799;)Ljava/lang/String;

View File

@ -62,7 +62,7 @@ CLASS net/minecraft/class_1799 net/minecraft/item/ItemStack
METHOD method_7921 getEnchantments ()Lnet/minecraft/class_2499;
METHOD method_7922 getTranslationKey ()Ljava/lang/String;
METHOD method_7923 isEnchantable ()Z
METHOD method_7924 getMiningSpeed (Lnet/minecraft/class_2680;)F
METHOD method_7924 getMiningSpeedMultiplier (Lnet/minecraft/class_2680;)F
ARG 1 state
METHOD method_7925 removeCustomName ()V
METHOD method_7926 getAttributeModifiers (Lnet/minecraft/class_1304;)Lcom/google/common/collect/Multimap;

View File

@ -3,5 +3,5 @@ CLASS net/minecraft/class_1832 net/minecraft/item/ToolMaterial
METHOD method_8024 getMiningLevel ()I
METHOD method_8025 getDurability ()I
METHOD method_8026 getEnchantability ()I
METHOD method_8027 getMiningSpeed ()F
METHOD method_8027 getMiningSpeedMultiplier ()F
METHOD method_8028 getAttackDamage ()F