Package net.minecraft.item
Class AxeItem
java.lang.Object
net.minecraft.item.Item
net.minecraft.item.ToolItem
net.minecraft.item.AxeItem
public class AxeItem extends ToolItem
- Mappings:
Namespace Name official ylintermediary net/minecraft/class_2015named net/minecraft/item/AxeItem
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.item.Item
Item.ToolMaterialType -
Field Summary
Fields Modifier and Type Field Description private static Set<Block>EFFECTIVE_BLOCKSFields inherited from class net.minecraft.item.ToolItem
material, miningSpeedFields inherited from class net.minecraft.item.Item
ATTACK_DAMAGE_MODIFIER_UUID, damageable, handheld, maxCount, RANDOM, REGISTRY -
Constructor Summary
Constructors Modifier Constructor Description protectedAxeItem(Item.ToolMaterialType material) -
Method Summary
Modifier and Type Method Description floatgetMiningSpeedMultiplier(ItemStack stack, Block block)Methods inherited from class net.minecraft.item.ToolItem
canRepair, getAttributeModifierMap, getEnchantability, getMaterial, getMaterialAsString, isHandheld, onBlockBroken, onEntityHitMethods inherited from class net.minecraft.item.Item
appendItemStacks, appendTooltip, byRawId, canUseOnEntity, fromBlock, getDisplayColor, getDisplayName, getFromId, getItemGroup, getItemstackTranslatedName, getMaxCount, getMaxDamage, getMaxUseTime, getMeta, getRarity, getRawId, getRecipeRemainder, getStatusEffectString, getTranslationKey, getTranslationKey, getUseAction, hasEnchantmentGlint, hasStatusEffectString, hasSubTypes, inventoryTick, isDamageable, isEffectiveOn, isEnchantable, isFood, isNetworkSynced, isUnbreakable, onCraft, onFinishUse, onHit, onStartUse, onUseStopped, postProcessTag, registerBlockItem, setHandheld, setItemGroup, setMaxCount, setMaxDamage, setRecipeRemainder, setStatusEffectString, setTranslationKey, setUnbreakable, setup, shouldRotate, shouldSyncTagToClient, use
-
Field Details
-
EFFECTIVE_BLOCKS
- Mappings:
Namespace Name Mixin selector official cLyl;c:Ljava/util/Set;intermediary field_8547Lnet/minecraft/class_2015;field_8547:Ljava/util/Set;named EFFECTIVE_BLOCKSLnet/minecraft/item/AxeItem;EFFECTIVE_BLOCKS:Ljava/util/Set;
-
-
Constructor Details
-
AxeItem
- Mappings:
Namespace Name Mixin selector official <init>Lyl;<init>(Lzw$a;)Vintermediary <init>Lnet/minecraft/class_2015;<init>(Lnet/minecraft/class_2054$class_2055;)Vnamed <init>Lnet/minecraft/item/AxeItem;<init>(Lnet/minecraft/item/Item$ToolMaterialType;)V
-
-
Method Details
-
getMiningSpeedMultiplier
- Overrides:
getMiningSpeedMultiplierin classToolItem- Mappings:
Namespace Name Mixin selector official aLzw;a(Lzx;Lafh;)Fintermediary method_8262Lnet/minecraft/class_2054;method_8262(Lnet/minecraft/class_2056;Lnet/minecraft/class_160;)Fnamed getMiningSpeedMultiplierLnet/minecraft/item/Item;getMiningSpeedMultiplier(Lnet/minecraft/item/ItemStack;Lnet/minecraft/block/Block;)F
-