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 bog
intermediary net/minecraft/class_1810
named 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_LEVELS
private static Set<Block>
EFFECTIVE_BLOCKS
Fields inherited from class net.minecraft.item.MiningToolItem
miningSpeed
Fields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_ID, ATTACK_SPEED_MODIFIER_ID, BLOCK_ITEMS, group
-
Constructor Summary
Constructors Modifier Constructor Description protected
PickaxeItem(ToolMaterial material, int attackDamage, float attackSpeed, Item.Settings settings)
-
Method Summary
Modifier and Type Method Description float
getMiningSpeedMultiplier(ItemStack stack, BlockState state)
boolean
isSuitableFor(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, postMine
Methods inherited from class net.minecraft.item.ToolItem
canRepair, getEnchantability, getMaterial
Methods 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 a
Lbog;a:Ljava/util/Set;
intermediary field_8899
Lnet/minecraft/class_1810;field_8899:Ljava/util/Set;
named EFFECTIVE_BLOCKS
Lnet/minecraft/item/PickaxeItem;EFFECTIVE_BLOCKS:Ljava/util/Set;
-
BLOCK_MINING_LEVELS
- Mappings:
Namespace Name Mixin selector official c
Lbog;c:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
intermediary field_27078
Lnet/minecraft/class_1810;field_27078:Lit/unimi/dsi/fastutil/objects/Object2IntMap;
named BLOCK_MINING_LEVELS
Lnet/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;)V
intermediary <init>
Lnet/minecraft/class_1810;<init>(Lnet/minecraft/class_1832;IFLnet/minecraft/class_1792$class_1793;)V
named <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:
isSuitableFor
in classItem
- Mappings:
Namespace Name Mixin selector official b
Lbnr;b(Lcht;)Z
intermediary method_7856
Lnet/minecraft/class_1792;method_7856(Lnet/minecraft/class_2680;)Z
named isSuitableFor
Lnet/minecraft/item/Item;isSuitableFor(Lnet/minecraft/block/BlockState;)Z
-
getMiningSpeedMultiplier
- Overrides:
getMiningSpeedMultiplier
in classMiningToolItem
- Mappings:
Namespace Name Mixin selector official a
Lbnr;a(Lbnv;Lcht;)F
intermediary method_7865
Lnet/minecraft/class_1792;method_7865(Lnet/minecraft/class_1799;Lnet/minecraft/class_2680;)F
named getMiningSpeedMultiplier
Lnet/minecraft/item/Item;getMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/BlockState;)F
-