Class WolfPeltArmorItem

java.lang.Object
net.minecraft.world.item.Item
net.minecraft.world.item.ArmorItem
de.teamlapen.werewolves.items.WolfPeltArmorItem
All Implemented Interfaces:
de.teamlapen.vampirism.api.items.IFactionExclusiveItem, de.teamlapen.vampirism.api.items.IItemWithTier, de.teamlapen.werewolves.api.items.IWerewolfArmor, net.minecraft.world.flag.FeatureElement, net.minecraft.world.item.Equipable, net.minecraft.world.level.ItemLike, net.neoforged.neoforge.common.extensions.IItemExtension

public class WolfPeltArmorItem extends net.minecraft.world.item.ArmorItem implements de.teamlapen.vampirism.api.items.IFactionExclusiveItem, de.teamlapen.werewolves.api.items.IWerewolfArmor, de.teamlapen.vampirism.api.items.IItemWithTier
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.item.ArmorItem

    net.minecraft.world.item.ArmorItem.Type

    Nested classes/interfaces inherited from class net.minecraft.world.item.Item

    net.minecraft.world.item.Item.Properties, net.minecraft.world.item.Item.TooltipContext

    Nested classes/interfaces inherited from interface de.teamlapen.vampirism.api.items.IItemWithTier

    de.teamlapen.vampirism.api.items.IItemWithTier.TIER
  • Field Summary

    Fields inherited from class net.minecraft.world.item.ArmorItem

    DISPENSE_ITEM_BEHAVIOR, material, type

    Fields 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_WIDTH

    Fields inherited from interface net.minecraft.world.flag.FeatureElement

    FILTERED_REGISTRIES
  • Constructor Summary

    Constructors
    Constructor
    Description
    WolfPeltArmorItem(net.minecraft.core.Holder<net.minecraft.world.item.ArmorMaterial> material, net.minecraft.world.item.ArmorItem.Type pType, de.teamlapen.vampirism.api.items.IItemWithTier.TIER tier)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    appendHoverText(@NotNull net.minecraft.world.item.ItemStack pStack, net.minecraft.world.item.Item.TooltipContext pLevel, @NotNull List<net.minecraft.network.chat.Component> pTooltipComponents, @NotNull net.minecraft.world.item.TooltipFlag pIsAdvanced)
     
    boolean
    canEquip(@NotNull net.minecraft.world.item.ItemStack stack, @NotNull net.minecraft.world.entity.EquipmentSlot armorType, @NotNull net.minecraft.world.entity.LivingEntity entity)
     
    boolean
    canWear(de.teamlapen.werewolves.api.entities.player.IWerewolfPlayer player, de.teamlapen.werewolves.api.entities.werewolf.WerewolfForm form)
     
    @Nullable net.minecraft.resources.ResourceLocation
    getArmorTexture(net.minecraft.world.item.ItemStack stack, net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.EquipmentSlot slot, net.minecraft.world.item.ArmorMaterial.Layer layer, boolean innerModel)
     
    @Nullable de.teamlapen.vampirism.api.entity.factions.IFaction<?>
    getExclusiveFaction(@NotNull net.minecraft.world.item.ItemStack stack)
     
    de.teamlapen.vampirism.api.items.IItemWithTier.TIER
     
    void
    initializeClient(Consumer<net.neoforged.neoforge.client.extensions.common.IClientItemExtensions> consumer)
     

    Methods inherited from class net.minecraft.world.item.ArmorItem

    dispenseArmor, getDefaultAttributeModifiers, getDefense, getEnchantmentValue, getEquipmentSlot, getEquipSound, getMaterial, getToughness, getType, isValidRepairItem, use

    Methods inherited from class net.minecraft.world.item.Item

    asItem, builtInRegistryHolder, byBlock, byId, canAttackBlock, canFitInsideContainerItems, components, finishUsingItem, getAttackDamageBonus, getBarColor, getBarWidth, getBreakingSound, getCraftingRemainingItem, getDefaultInstance, getDefaultMaxStackSize, getDescription, getDescriptionId, getDescriptionId, getDestroySpeed, getDrinkingSound, getEatingSound, getId, getName, getOrCreateDescriptionId, getPlayerPOVHitResult, getTooltipImage, getUseAnimation, getUseDuration, hasCraftingRemainingItem, hurtEnemy, interactLivingEntity, inventoryTick, isBarVisible, isComplex, isCorrectToolForDrops, isEnchantable, isFoil, isRepairable, mineBlock, modifyDefaultComponentsFrom, onCraftedBy, onCraftedPostProcess, onDestroyed, onUseTick, overrideOtherStackedOnMe, overrideStackedOnOther, postHurtEnemy, releaseUsing, requiredFeatures, toString, useOn, useOnRelease, verifyComponentsAfterLoad

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface net.minecraft.world.item.Equipable

    swapWithEquipmentSlot

    Methods inherited from interface net.minecraft.world.flag.FeatureElement

    isEnabled

    Methods inherited from interface de.teamlapen.vampirism.api.items.IFactionExclusiveItem

    addFactionToolTips, addOilDescTooltip

    Methods inherited from interface net.neoforged.neoforge.common.extensions.IItemExtension

    applyEnchantments, canBeHurtBy, canContinueUsing, canDisableShield, canElytraFly, canGrindstoneRepair, canPerformAction, canWalkOnPowderedSnow, createEntity, damageItem, doesSneakBypassUse, elytraFlightTick, getAllEnchantments, 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, onItemUseFirst, onLeftClickEntity, onStopUsing, setDamage, shouldCauseBlockBreakReset, shouldCauseReequipAnimation

    Methods inherited from interface de.teamlapen.vampirism.api.items.IItemWithTier

    addTierInformation

    Methods inherited from interface net.minecraft.world.level.ItemLike

    asItem
  • Constructor Details

    • WolfPeltArmorItem

      public WolfPeltArmorItem(net.minecraft.core.Holder<net.minecraft.world.item.ArmorMaterial> material, net.minecraft.world.item.ArmorItem.Type pType, de.teamlapen.vampirism.api.items.IItemWithTier.TIER tier)
  • Method Details

    • getExclusiveFaction

      @Nullable public @Nullable de.teamlapen.vampirism.api.entity.factions.IFaction<?> getExclusiveFaction(@NotNull @NotNull net.minecraft.world.item.ItemStack stack)
      Specified by:
      getExclusiveFaction in interface de.teamlapen.vampirism.api.items.IFactionExclusiveItem
    • initializeClient

      public void initializeClient(Consumer<net.neoforged.neoforge.client.extensions.common.IClientItemExtensions> consumer)
      Overrides:
      initializeClient in class net.minecraft.world.item.Item
    • getArmorTexture

      @Nullable public @Nullable net.minecraft.resources.ResourceLocation getArmorTexture(net.minecraft.world.item.ItemStack stack, net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.EquipmentSlot slot, net.minecraft.world.item.ArmorMaterial.Layer layer, boolean innerModel)
      Specified by:
      getArmorTexture in interface net.neoforged.neoforge.common.extensions.IItemExtension
    • appendHoverText

      public void appendHoverText(@NotNull @NotNull net.minecraft.world.item.ItemStack pStack, @Nullable net.minecraft.world.item.Item.TooltipContext pLevel, @NotNull @NotNull List<net.minecraft.network.chat.Component> pTooltipComponents, @NotNull @NotNull net.minecraft.world.item.TooltipFlag pIsAdvanced)
      Overrides:
      appendHoverText in class net.minecraft.world.item.Item
    • getVampirismTier

      public de.teamlapen.vampirism.api.items.IItemWithTier.TIER getVampirismTier()
      Specified by:
      getVampirismTier in interface de.teamlapen.vampirism.api.items.IItemWithTier
    • canEquip

      public boolean canEquip(@NotNull @NotNull net.minecraft.world.item.ItemStack stack, @NotNull @NotNull net.minecraft.world.entity.EquipmentSlot armorType, @NotNull @NotNull net.minecraft.world.entity.LivingEntity entity)
      Specified by:
      canEquip in interface net.neoforged.neoforge.common.extensions.IItemExtension
    • canWear

      public boolean canWear(de.teamlapen.werewolves.api.entities.player.IWerewolfPlayer player, de.teamlapen.werewolves.api.entities.werewolf.WerewolfForm form)
      Specified by:
      canWear in interface de.teamlapen.werewolves.api.items.IWerewolfArmor