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 bqi
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
FieldsFields 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, DEFAULT_MAX_COUNT, field_30888, field_30889, group
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PickaxeItem(ToolMaterial material, int attackDamage, float attackSpeed, Item.Settings settings)
-
Method Summary
Modifier and TypeMethodDescriptionfloat
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, 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 a
Lbqi;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;
-
DEFAULT_MINING_LEVEL
private static final int DEFAULT_MINING_LEVEL- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official c
Lbqi;c:I
intermediary field_30915
Lnet/minecraft/class_1810;field_30915:I
named DEFAULT_MINING_LEVEL
Lnet/minecraft/item/PickaxeItem;DEFAULT_MINING_LEVEL:I
-
BLOCK_MINING_LEVELS
- Mappings:
Namespace Name Mixin selector official d
Lbqi;d: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>
Lbqi;<init>(Lbrg;IFLbpt$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
Lbpt;b(Lcjx;)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
Lbpt;a(Lbpx;Lcjx;)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
-