Class ChiselItem

  • All Implemented Interfaces:
    net.fabricmc.fabric.api.item.v1.FabricItem , net.minecraft.world.flag.FeatureElement , net.minecraft.world.level.ItemLike

    
    public final class ChiselItem
    extends Item
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class ChiselItem.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
      ChiselItem(ToolMaterial material, Float attackDamage, Float attackSpeed, Item.Properties properties)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class net.minecraft.world.item.Item

        appendHoverText, asItem, builtInRegistryHolder, canDestroyBlock, canFitInsideContainerItems, components, finishUsingItem, getAttackDamageBonus, getBarColor, getBarWidth, getCraftingRemainder, getDamageSource, getDefaultInstance, getDefaultMaxStackSize, getDescriptionId, getDestroySpeed, getName, getName, getTooltipImage, getUseAnimation, getUseDuration, hurtEnemy, interactLivingEntity, inventoryTick, isBarVisible, isCorrectToolForDrops, isFoil, mineBlock, onCraftedBy, onCraftedPostProcess, onDestroyed, onUseTick, overrideOtherStackedOnMe, overrideStackedOnOther, postHurtEnemy, releaseUsing, requiredFeatures, shouldPrintOpWarning, toString, use, useOn, useOnRelease, verifyComponentsAfterLoad
      • Methods inherited from class net.minecraft.world.flag.FeatureElement

        isEnabled
      • Methods inherited from class net.fabricmc.fabric.api.item.v1.FabricItem

        allowComponentsUpdateAnimation, allowContinuingBlockBreaking, canBeEnchantedWith, getRecipeRemainder
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChiselItem

        ChiselItem(ToolMaterial material, Float attackDamage, Float attackSpeed, Item.Properties properties)
    • Method Detail