Class WerewolfRefinementItem

java.lang.Object
net.minecraft.world.item.Item
de.teamlapen.vampirism.items.RefinementItem
de.teamlapen.vampirism.items.VampireRefinementItem
de.teamlapen.werewolves.items.WerewolfRefinementItem
All Implemented Interfaces:
de.teamlapen.lib.lib.util.ModDisplayItemGenerator.CreativeTabItemProvider, de.teamlapen.vampirism.api.items.IFactionExclusiveItem, de.teamlapen.vampirism.api.items.IRefinementItem, net.minecraft.world.flag.FeatureElement, net.minecraft.world.level.ItemLike, net.neoforged.neoforge.common.extensions.IItemExtension

public class WerewolfRefinementItem extends de.teamlapen.vampirism.items.VampireRefinementItem implements de.teamlapen.vampirism.api.items.IRefinementItem
  • 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

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

    de.teamlapen.vampirism.api.items.IRefinementItem.AccessorySlotType
  • Field Summary

    Fields inherited from class de.teamlapen.vampirism.items.RefinementItem

    MAX_DAMAGE

    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
    WerewolfRefinementItem(net.minecraft.world.item.Item.Properties properties, de.teamlapen.vampirism.api.items.IRefinementItem.AccessorySlotType type)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.teamlapen.vampirism.api.entity.factions.IFaction<?>
    getExclusiveFaction(net.minecraft.world.item.ItemStack stack)
     
    getRefinementItem(de.teamlapen.vampirism.api.items.IRefinementItem.AccessorySlotType type)
     

    Methods inherited from class de.teamlapen.vampirism.items.VampireRefinementItem

    getItemForType

    Methods inherited from class de.teamlapen.vampirism.items.RefinementItem

    appendHoverText, applyRefinementSet, generateCreativeTab, getName, getRandomRefinementForItem, getRandomRefinementItem, getRefinementSet, getSlotType, use

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

    asItem, builtInRegistryHolder, byBlock, byId, canAttackBlock, canFitInsideContainerItems, components, finishUsingItem, getAttackDamageBonus, getBarColor, getBarWidth, getBreakingSound, getCraftingRemainingItem, getDefaultAttributeModifiers, getDefaultInstance, getDefaultMaxStackSize, getDescription, getDescriptionId, getDescriptionId, getDestroySpeed, getDrinkingSound, getEatingSound, getEnchantmentValue, getId, getOrCreateDescriptionId, getPlayerPOVHitResult, getTooltipImage, getUseAnimation, getUseDuration, hasCraftingRemainingItem, hurtEnemy, initializeClient, interactLivingEntity, inventoryTick, isBarVisible, isComplex, isCorrectToolForDrops, isEnchantable, isFoil, isRepairable, isValidRepairItem, 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.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, canEquip, canGrindstoneRepair, canPerformAction, 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, onItemUseFirst, onLeftClickEntity, onStopUsing, setDamage, shouldCauseBlockBreakReset, shouldCauseReequipAnimation

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

    applyRefinementSet, getRefinementSet, getSlotType

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

    asItem
  • Constructor Details

    • WerewolfRefinementItem

      public WerewolfRefinementItem(@Nonnull net.minecraft.world.item.Item.Properties properties, @Nonnull de.teamlapen.vampirism.api.items.IRefinementItem.AccessorySlotType type)
  • Method Details

    • getRefinementItem

      public static WerewolfRefinementItem getRefinementItem(de.teamlapen.vampirism.api.items.IRefinementItem.AccessorySlotType type)
    • getExclusiveFaction

      @Nonnull public de.teamlapen.vampirism.api.entity.factions.IFaction<?> getExclusiveFaction(@Nonnull net.minecraft.world.item.ItemStack stack)
      Specified by:
      getExclusiveFaction in interface de.teamlapen.vampirism.api.items.IFactionExclusiveItem
      Overrides:
      getExclusiveFaction in class de.teamlapen.vampirism.items.VampireRefinementItem