public class StructureRegistry1_12_2 extends mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>
| Constructor and Description |
|---|
StructureRegistry1_12_2() |
| Modifier and Type | Method and Description |
|---|---|
mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> |
getKey(StructureRef value) |
java.util.Collection<mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?>> |
getKeys() |
StructureRef |
getValue(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key) |
java.util.Collection<StructureRef> |
getValues() |
boolean |
hasKey(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key) |
boolean |
hasValue(StructureRef value) |
public mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> getKey(StructureRef value)
getKey in class mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>public java.util.Collection<mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?>> getKeys()
getKeys in class mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>public StructureRef getValue(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key)
getValue in class mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>public java.util.Collection<StructureRef> getValues()
getValues in class mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>public boolean hasKey(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key)
hasKey in class mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>public boolean hasValue(StructureRef value)
hasValue in class mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<StructureRef>