Interface ISpiritLightItem

All Known Implementing Classes:
SpiritArc

public interface ISpiritLightItem
Denotes this item as one of a Spirit's Light, which implies it was made through themselves or some technology they were using.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    canRepairAtLuxForge(net.minecraft.world.item.ItemStack stack)
    Whether or not this item is able to be repaired in a Luxen Forge, which does not exist yet.
  • Method Details

    • canRepairAtLuxForge

      boolean canRepairAtLuxForge(net.minecraft.world.item.ItemStack stack)
      Whether or not this item is able to be repaired in a Luxen Forge, which does not exist yet.
      Parameters:
      stack - The specific item stack being put into the machine.
      Returns:
      True if the forge can repair the item, false if not.