java.lang.Object
io.github.gameking1happy.gk1haccessorifyplus.compat.netheriteextras.TotemOfNeverdyingAccessory
All Implemented Interfaces:
io.wispforest.accessories.api.Accessory, me.pajic.accessorify.accessories.SlotCopyingAccessory

public class TotemOfNeverdyingAccessory extends Object implements me.pajic.accessorify.accessories.SlotCopyingAccessory
Totem of Neverdying compat.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canEquip(net.minecraft.world.item.ItemStack stack, io.wispforest.accessories.api.slot.SlotReference reference)
     
    static void
    clientInit(@NotNull net.neoforged.neoforge.registries.ModifyRegistriesEvent event)
    Client init.
     
     
    static void
    init(@NotNull net.neoforged.neoforge.registries.ModifyRegistriesEvent event)
    Main init.

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface io.wispforest.accessories.api.Accessory

    canEquipFromUse, canEquipFromUse, canUnequip, getAttributesTooltip, getAttributesTooltip, getDropRule, getDynamicModifiers, getEquipSound, getExtraTooltip, getExtraTooltip, getModifiers, getStaticModifiers, maxStackSize, onBreak, onEquipFromUse, tick

    Methods inherited from interface me.pajic.accessorify.accessories.SlotCopyingAccessory

    onEquip, onUnequip
  • Constructor Details

    • TotemOfNeverdyingAccessory

      public TotemOfNeverdyingAccessory()
  • Method Details

    • init

      public static void init(@NotNull @NotNull net.neoforged.neoforge.registries.ModifyRegistriesEvent event)
      Main init.
      Parameters:
      event - ModifyRegistriesEvent.
    • clientInit

      public static void clientInit(@NotNull @NotNull net.neoforged.neoforge.registries.ModifyRegistriesEvent event)
      Client init.
      Parameters:
      event - ModifyRegistriesEvent.
    • getPath

      public String getPath()
      Specified by:
      getPath in interface me.pajic.accessorify.accessories.SlotCopyingAccessory
    • getSlot

      public String getSlot()
      Specified by:
      getSlot in interface me.pajic.accessorify.accessories.SlotCopyingAccessory
    • canEquip

      public boolean canEquip(net.minecraft.world.item.ItemStack stack, io.wispforest.accessories.api.slot.SlotReference reference)
      Specified by:
      canEquip in interface io.wispforest.accessories.api.Accessory