Package de.teamlapen.werewolves.items
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.TypeNested classes/interfaces inherited from class net.minecraft.world.item.Item
net.minecraft.world.item.Item.Properties, net.minecraft.world.item.Item.TooltipContextNested 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, typeFields 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
ConstructorsConstructorDescriptionWolfPeltArmorItem(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 TypeMethodDescriptionvoidappendHoverText(@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) booleancanEquip(@NotNull net.minecraft.world.item.ItemStack stack, @NotNull net.minecraft.world.entity.EquipmentSlot armorType, @NotNull net.minecraft.world.entity.LivingEntity entity) booleancanWear(de.teamlapen.werewolves.api.entities.player.IWerewolfPlayer player, de.teamlapen.werewolves.api.entities.werewolf.WerewolfForm form) @Nullable net.minecraft.resources.ResourceLocationgetArmorTexture(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.TIERvoidinitializeClient(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, useMethods 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, verifyComponentsAfterLoadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.world.item.Equipable
swapWithEquipmentSlotMethods inherited from interface net.minecraft.world.flag.FeatureElement
isEnabledMethods inherited from interface de.teamlapen.vampirism.api.items.IFactionExclusiveItem
addFactionToolTips, addOilDescTooltipMethods 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, shouldCauseReequipAnimationMethods inherited from interface de.teamlapen.vampirism.api.items.IItemWithTier
addTierInformationMethods 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:
getExclusiveFactionin interfacede.teamlapen.vampirism.api.items.IFactionExclusiveItem
-
initializeClient
public void initializeClient(Consumer<net.neoforged.neoforge.client.extensions.common.IClientItemExtensions> consumer) - Overrides:
initializeClientin classnet.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:
getArmorTexturein interfacenet.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:
appendHoverTextin classnet.minecraft.world.item.Item
-
getVampirismTier
public de.teamlapen.vampirism.api.items.IItemWithTier.TIER getVampirismTier()- Specified by:
getVampirismTierin interfacede.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:
canEquipin interfacenet.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:
canWearin interfacede.teamlapen.werewolves.api.items.IWerewolfArmor
-