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.item.Vanishable, 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

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

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

    Fields
    Modifier and Type
    Field
    Description
     
     
     

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

    DISPENSE_ITEM_BEHAVIOR, knockbackResistance, material, type

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

    BASE_ATTACK_DAMAGE_UUID, BASE_ATTACK_SPEED_UUID, BY_BLOCK, canRepair, EAT_DURATION, MAX_BAR_WIDTH, MAX_STACK_SIZE

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

    FILTERED_REGISTRIES
  • Constructor Summary

    Constructors
    Constructor
    Description
    WolfPeltArmorItem(ArmorMaterial.Tiered material, net.minecraft.world.item.ArmorItem.Type pType, net.minecraft.world.item.Item.Properties pProperties)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    appendHoverText(@NotNull net.minecraft.world.item.ItemStack pStack, @Nullable net.minecraft.world.level.Level 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.Entity entity)
     
    boolean
    canWear(de.teamlapen.werewolves.api.entities.player.IWerewolfPlayer player, de.teamlapen.werewolves.api.entities.werewolf.WerewolfForm form)
     
    @Nullable String
    getArmorTexture(@NotNull net.minecraft.world.item.ItemStack stack, @NotNull net.minecraft.world.entity.Entity entity, @NotNull net.minecraft.world.entity.EquipmentSlot slot, @NotNull String type)
     
    @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, canBeDepleted, canBeHurtBy, canFitInsideContainerItems, finishUsingItem, getBarColor, getBarWidth, getCraftingRemainingItem, getDefaultInstance, getDescription, getDescriptionId, getDescriptionId, getDestroySpeed, getDrinkingSound, getEatingSound, getFoodProperties, getId, getMaxDamage, getMaxStackSize, getName, getOrCreateDescriptionId, getPlayerPOVHitResult, getRarity, getRenderPropertiesInternal, getTooltipImage, getUseAnimation, getUseDuration, hasCraftingRemainingItem, hurtEnemy, interactLivingEntity, inventoryTick, isBarVisible, isComplex, isCorrectToolForDrops, isEdible, isEnchantable, isFireResistant, isFoil, isRepairable, mineBlock, onCraftedBy, onCraftedPostProcess, onDestroyed, onUseTick, overrideOtherStackedOnMe, overrideStackedOnOther, releaseUsing, requiredFeatures, shouldOverrideMultiplayerNbt, toString, useOn, useOnRelease, verifyTagAfterLoad

    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

    addFactionPoisonousToolTip, addFactionToolTips, addOilDescTooltip

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

    canApplyAtEnchantingTable, canContinueUsing, canDisableShield, canElytraFly, canGrindstoneRepair, canPerformAction, canWalkOnPowderedSnow, createEntity, damageItem, doesSneakBypassUse, elytraFlightTick, getAllEnchantments, getAttributeModifiers, getBurnTime, getCraftingRemainingItem, getCreatorModId, getDamage, getDefaultTooltipHideFlags, getEnchantmentLevel, getEnchantmentValue, getEntityLifespan, getEquipmentSlot, getFoodProperties, getHighlightTip, getMaxDamage, getMaxStackSize, getSweepHitBox, getXpRepairRatio, hasCraftingRemainingItem, hasCustomEntity, isBookEnchantable, isCorrectToolForDrops, isDamageable, isDamaged, isEnderMask, isNotReplaceableByPickAction, isPiglinCurrency, makesPiglinsNeutral, onArmorTick, onBlockStartBreak, onDestroyed, onDroppedByPlayer, onEntityItemUpdate, onEntitySwing, onHorseArmorTick, 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
  • Field Details

  • Constructor Details

    • WolfPeltArmorItem

      public WolfPeltArmorItem(ArmorMaterial.Tiered material, net.minecraft.world.item.ArmorItem.Type pType, net.minecraft.world.item.Item.Properties pProperties)
  • 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 String getArmorTexture(@NotNull @NotNull net.minecraft.world.item.ItemStack stack, @NotNull @NotNull net.minecraft.world.entity.Entity entity, @NotNull @NotNull net.minecraft.world.entity.EquipmentSlot slot, @NotNull @NotNull String type)
      Specified by:
      getArmorTexture in interface net.neoforged.neoforge.common.extensions.IItemExtension
    • appendHoverText

      public void appendHoverText(@NotNull @NotNull net.minecraft.world.item.ItemStack pStack, @Nullable @Nullable net.minecraft.world.level.Level 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.Entity 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