Class RegistryCustom

java.lang.Object
com.loohp.limbo.registry.RegistryCustom

public class RegistryCustom extends Object
  • Field Details

  • Constructor Details

    • RegistryCustom

      public RegistryCustom(String identifier)
    • RegistryCustom

      public RegistryCustom(net.kyori.adventure.key.Key identifier)
  • Method Details

    • getRegistry

      public static RegistryCustom getRegistry(net.kyori.adventure.key.Key identifier)
    • getRegistries

      public static Collection<RegistryCustom> getRegistries()
    • getIdentifier

      public net.kyori.adventure.key.Key getIdentifier()
    • getEntries

      public Map<net.kyori.adventure.key.Key,net.querz.nbt.tag.CompoundTag> getEntries()
    • indexOf

      public int indexOf(net.kyori.adventure.key.Key key)