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
- Mappings:
Namespace Name official bqiintermediary 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
FieldsFields 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, DEFAULT_MAX_COUNT, field_30888, field_30889, group -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPickaxeItem(ToolMaterial material, int attackDamage, float attackSpeed, Item.Settings settings) -
Method Summary
Modifier and TypeMethodDescriptionfloatgetMiningSpeedMultiplier(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, canBeNested, 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, inventoryTick, isDamageable, isEnchantable, isFireproof, isFood, isIn, isItemBarVisible, isNetworkSynced, isUsedOnRelease, onClicked, onCraft, onItemEntityDestroyed, onStackClicked, onStoppedUsing, postProcessNbt, raycast, shouldSyncTagToClient, toString, usageTick, use, useOnBlock, useOnEntity
-
Field Details
-
EFFECTIVE_BLOCKS
- Mappings:
Namespace Name Mixin selector official aLbqi;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;
-
DEFAULT_MINING_LEVEL
private static final int DEFAULT_MINING_LEVEL- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official cLbqi;c:Iintermediary field_30915Lnet/minecraft/class_1810;field_30915:Inamed DEFAULT_MINING_LEVELLnet/minecraft/item/PickaxeItem;DEFAULT_MINING_LEVEL:I
-
BLOCK_MINING_LEVELS
- Mappings:
Namespace Name Mixin selector official dLbqi;d: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>Lbqi;<init>(Lbrg;IFLbpt$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 bLbpt;b(Lcjx;)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 aLbpt;a(Lbpx;Lcjx;)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
-