public class Registry1_12_2<V extends net.minecraftforge.registries.IForgeRegistryEntry<V>>
extends mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<V>
| Constructor and Description |
|---|
Registry1_12_2(net.minecraftforge.registries.IForgeRegistry<V> forgeRegistry,
java.lang.Class<?> type,
mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> registryKey) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraftforge.registries.IForgeRegistry<V> |
getBackend() |
mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> |
getKey(V value) |
java.util.Collection<mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?>> |
getKeys() |
V |
getValue(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key) |
java.util.Collection<V> |
getValues() |
boolean |
hasKey(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key) |
boolean |
hasValue(V value) |
public Registry1_12_2(net.minecraftforge.registries.IForgeRegistry<V> forgeRegistry, java.lang.Class<?> type, mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> registryKey)
public net.minecraftforge.registries.IForgeRegistry<V> getBackend()
public mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> getKey(V value)
public java.util.Collection<mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?>> getKeys()
public V getValue(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key)
public java.util.Collection<V> getValues()
public boolean hasKey(mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> key)