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 -
Method Summary
Modifier and TypeMethodDescriptionmods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> getKey(StructureRef value) Collection<mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?>> getKeys()getValue(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key) booleanhasKey(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key) booleanhasValue(StructureRef value) Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI
getBackend, getKeyNullable, getRegistryKey, getType, getValueNullable
-
Constructor Details
-
StructureRegistry1_12_2
public StructureRegistry1_12_2()
-
-
Method Details
-
getKey
public mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> getKey(StructureRef value) - Specified by:
getKeyin classmods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>
-
getKeys
public Collection<mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?>> getKeys()- Specified by:
getKeysin classmods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>
-
getValue
public StructureRef getValue(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key) - Specified by:
getValuein classmods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>
-
getValues
- Specified by:
getValuesin classmods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>
-
hasKey
public boolean hasKey(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key) - Specified by:
hasKeyin classmods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>
-
hasValue
- Specified by:
hasValuein classmods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>
-