Package net.minecraft.item
Class PickaxeItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.ToolItem
net.minecraft.item.MiningToolItem
net.minecraft.item.PickaxeItem
- All Implemented Interfaces:
ItemConvertible,Vanishable
public class PickaxeItem extends MiningToolItem
- Mappings:
Namespace Name official bogintermediary net/minecraft/class_1810named net/minecraft/item/PickaxeItem
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.Settings -
Field Summary
Fields Modifier and Type Field Description private static Object2IntMap<Block>BLOCK_MINING_LEVELSprivate static Set<Block>EFFECTIVE_BLOCKSFields inherited from class net.minecraft.item.MiningToolItem
miningSpeedFields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_ID, ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, group -
Constructor Summary
Constructors Modifier Constructor Description protectedPickaxeItem(ToolMaterial material, int attackDamage, float attackSpeed, Item.Settings settings) -
Method Summary
Modifier and Type Method Description floatgetMiningSpeedMultiplier(ItemStack stack, BlockState state)booleanisSuitableFor(BlockState state)Determines whether this item can be used as a suitable tool for mining the specified block.Methods inherited from class net.minecraft.item.MiningToolItem
getAttackDamage, getAttributeModifiers, postHit, postMineMethods inherited from class net.minecraft.item.ToolItem
canRepair, getEnchantability, getMaterialMethods inherited from class net.minecraft.item.Item
appendStacks, appendTooltip, asItem, byRawId, canMine, damage, finishUsing, fromBlock, getDefaultStack, getDrinkSound, getEatSound, getEquipSound, getFoodComponent, getGroup, getItemBarColor, getItemBarStep, getMaxCount, getMaxDamage, getMaxUseTime, getName, getName, getOrCreateTranslationKey, getRarity, getRawId, getRecipeRemainder, getTooltipData, getTranslationKey, getTranslationKey, getUseAction, hasGlint, hasRecipeRemainder, hasStoredInventory, inventoryTick, isDamageable, isEnchantable, isFireproof, isFood, isIn, isItemBarVisible, isNetworkSynced, isUsedOnRelease, onClicked, onCraft, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postProcessTag, raycast, shouldSyncTagToClient, toString, usageTick, use, useOnBlock, useOnEntity
-
Field Details
-
EFFECTIVE_BLOCKS
- Mappings:
Namespace Name Mixin selector official aLbog;a:Ljava/util/Set;intermediary field_8899Lnet/minecraft/class_1810;field_8899:Ljava/util/Set;named EFFECTIVE_BLOCKSLnet/minecraft/item/PickaxeItem;EFFECTIVE_BLOCKS:Ljava/util/Set;
-
BLOCK_MINING_LEVELS
- Mappings:
Namespace Name Mixin selector official cLbog;c:Lit/unimi/dsi/fastutil/objects/Object2IntMap;intermediary field_27078Lnet/minecraft/class_1810;field_27078:Lit/unimi/dsi/fastutil/objects/Object2IntMap;named BLOCK_MINING_LEVELSLnet/minecraft/item/PickaxeItem;BLOCK_MINING_LEVELS:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
-
-
Constructor Details
-
PickaxeItem
protected PickaxeItem(ToolMaterial material, int attackDamage, float attackSpeed, Item.Settings settings)- Mappings:
Namespace Name Mixin selector official <init>Lbog;<init>(Lbpe;IFLbnr$a;)Vintermediary <init>Lnet/minecraft/class_1810;<init>(Lnet/minecraft/class_1832;IFLnet/minecraft/class_1792$class_1793;)Vnamed <init>Lnet/minecraft/item/PickaxeItem;<init>(Lnet/minecraft/item/ToolMaterial;IFLnet/minecraft/item/Item$Settings;)V
-
-
Method Details
-
isSuitableFor
Determines whether this item can be used as a suitable tool for mining the specified block. Depending on block implementation, when combined together, the correct item and block may achieve a better mining speed and yield drops that would not be obtained when mining otherwise.Note that this is not the only way to achieve "effectiveness" when mining. Other items, such as shears on string, may use their own logic and calls to this method might not return a value consistent to this rule for those items.
- Overrides:
isSuitableForin classItem- Mappings:
Namespace Name Mixin selector official bLbnr;b(Lcht;)Zintermediary method_7856Lnet/minecraft/class_1792;method_7856(Lnet/minecraft/class_2680;)Znamed isSuitableForLnet/minecraft/item/Item;isSuitableFor(Lnet/minecraft/block/BlockState;)Z
-
getMiningSpeedMultiplier
- Overrides:
getMiningSpeedMultiplierin classMiningToolItem- Mappings:
Namespace Name Mixin selector official aLbnr;a(Lbnv;Lcht;)Fintermediary method_7865Lnet/minecraft/class_1792;method_7865(Lnet/minecraft/class_1799;Lnet/minecraft/class_2680;)Fnamed getMiningSpeedMultiplierLnet/minecraft/item/Item;getMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;)F
-