Class StructureRegistry1_12_2

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.registry.structure.StructureRegistry1_12_2

public class StructureRegistry1_12_2 extends mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI

    backend, registryKey, type
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?>
     
    Collection<mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?>>
     
    getValue(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key)
     
     
    boolean
    hasKey(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key)
     
    boolean
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI

    getBackend, getKeyNullable, getRegistryKey, getType, getValueNullable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StructureRegistry1_12_2

      public StructureRegistry1_12_2()
  • Method Details

    • getKey

      public mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> getKey(StructureRef value)
      Specified by:
      getKey in class mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>
    • getKeys

      public Collection<mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?>> getKeys()
      Specified by:
      getKeys in class mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>
    • getValue

      public StructureRef getValue(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key)
      Specified by:
      getValue in class mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>
    • getValues

      public Collection<StructureRef> getValues()
      Specified by:
      getValues in class mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>
    • hasKey

      public boolean hasKey(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key)
      Specified by:
      hasKey in class mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>
    • hasValue

      public boolean hasValue(StructureRef value)
      Specified by:
      hasValue in class mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>