Class PylonItemSchema

  • All Implemented Interfaces:
    io.github.pylonmc.pylon.core.registry.RegistryHandler , net.kyori.adventure.key.Keyed , org.bukkit.Keyed

    
    public final class PylonItemSchema
     implements Keyed, RegistryHandler
                        

    Stores information about a Pylon item type, including its key, default ItemStack, class, and any associated blocks.

    You should not need to use this if you are not working on Pylon Core.