Class ShearsItemBuilder.ShearsItemKJS
java.lang.Object
net.minecraft.world.item.Item
net.minecraft.world.item.ShearsItem
dev.latvian.mods.kubejs.item.custom.ShearsItemBuilder.ShearsItemKJS
- All Implemented Interfaces:
IngredientSupplierKJS,ItemKJS,RegistryObjectKJS<net.minecraft.world.item.Item>,dev.latvian.mods.rhino.util.SpecialEquality,net.minecraft.world.flag.FeatureElement,net.minecraft.world.level.ItemLike,net.neoforged.neoforge.common.extensions.IItemExtension
- Enclosing class:
ShearsItemBuilder
public static class ShearsItemBuilder.ShearsItemKJS
extends net.minecraft.world.item.ShearsItem
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.item.Item
net.minecraft.world.item.Item.Properties, net.minecraft.world.item.Item.TooltipContext -
Field Summary
FieldsFields inherited from class net.minecraft.world.item.Item
ABSOLUTE_MAX_STACK_SIZE, BASE_ATTACK_DAMAGE_ID, BASE_ATTACK_SPEED_ID, BY_BLOCK, canRepair, DEFAULT_MAX_STACK_SIZE, MAX_BAR_WIDTHFields inherited from interface net.minecraft.world.flag.FeatureElement
FILTERED_REGISTRIES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatgetDestroySpeed(net.minecraft.world.item.ItemStack itemStack, net.minecraft.world.level.block.state.BlockState blockState) Methods inherited from class net.minecraft.world.item.ShearsItem
canPerformAction, createToolProperties, interactLivingEntity, mineBlock, useOnMethods inherited from class net.minecraft.world.item.Item
appendHoverText, asItem, builtInRegistryHolder, byBlock, byId, canAttackBlock, canFitInsideContainerItems, components, finishUsingItem, getAttackDamageBonus, getBarColor, getBarWidth, getBreakingSound, getCraftingRemainingItem, getDefaultAttributeModifiers, getDefaultInstance, getDefaultMaxStackSize, getDescription, getDescriptionId, getDescriptionId, getDrinkingSound, getEatingSound, getEnchantmentValue, getId, getName, getOrCreateDescriptionId, getPlayerPOVHitResult, getTooltipImage, getUseAnimation, getUseDuration, hasCraftingRemainingItem, hurtEnemy, initializeClient, inventoryTick, isBarVisible, isComplex, isCorrectToolForDrops, isEnchantable, isFoil, isRepairable, isValidRepairItem, modifyDefaultComponentsFrom, onCraftedBy, onCraftedPostProcess, onDestroyed, onUseTick, overrideOtherStackedOnMe, overrideStackedOnOther, postHurtEnemy, releaseUsing, requiredFeatures, toString, use, useOnRelease, verifyComponentsAfterLoadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.world.flag.FeatureElement
isEnabledMethods inherited from interface net.neoforged.neoforge.common.extensions.IItemExtension
applyEnchantments, canBeHurtBy, canContinueUsing, canDisableShield, canElytraFly, canEquip, canGrindstoneRepair, canWalkOnPowderedSnow, createEntity, damageItem, doesSneakBypassUse, elytraFlightTick, getAllEnchantments, getArmorTexture, getBurnTime, getCraftingRemainingItem, getCreatorModId, getDamage, getDefaultAttributeModifiers, getEnchantmentLevel, getEnchantmentValue, getEntityLifespan, getEquipmentSlot, getFoodProperties, getHighlightTip, getMaxDamage, getMaxStackSize, getSweepHitBox, getXpRepairRatio, hasCraftingRemainingItem, hasCustomEntity, isBookEnchantable, isDamageable, isDamaged, isEnderMask, isNotReplaceableByPickAction, isPiglinCurrency, isPrimaryItemFor, makesPiglinsNeutral, onAnimalArmorTick, onDestroyed, onDroppedByPlayer, onEntityItemUpdate, onEntitySwing, onEntitySwing, onItemUseFirst, onLeftClickEntity, onStopUsing, setDamage, shouldCauseBlockBreakReset, shouldCauseReequipAnimation, supportsEnchantmentMethods inherited from interface dev.latvian.mods.kubejs.core.IngredientSupplierKJS
kjs$asIngredientMethods inherited from interface dev.latvian.mods.kubejs.core.ItemKJS
kjs$getItemBehavior, kjs$getRegistry, kjs$getRegistryId, kjs$getTypeData, kjs$getTypeItemStackKey, kjs$overrideComponent, kjs$self, kjs$setCanRepair, kjs$setCraftingRemainder, kjs$setItemBehavior, kjs$setNameKeyMethods inherited from interface dev.latvian.mods.kubejs.core.RegistryObjectKJS
kjs$asHolder, kjs$getId, kjs$getIdLocation, kjs$getKey, kjs$getMod, kjs$getTagKeys, kjs$getTags, kjs$hasTag, specialEquals
-
Field Details
-
builder
-
-
Constructor Details
-
ShearsItemKJS
-
-
Method Details
-
getDestroySpeed
public float getDestroySpeed(net.minecraft.world.item.ItemStack itemStack, net.minecraft.world.level.block.state.BlockState blockState) - Overrides:
getDestroySpeedin classnet.minecraft.world.item.Item
-