java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<V>
mods.thecomputerizer.theimpossiblelibrary.shared.v19.m4.registry.Registry1_19_4<V>
Direct Known Subclasses:
RegistryVanilla1_19_4

public abstract class Registry1_19_4<V> extends mods.thecomputerizer.theimpossiblelibrary.api.registry.RegistryAPI<V>
  • Field Summary

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

    backend, registryKey, type
  • Constructor Summary

    Constructors
    Constructor
    Description
    Registry1_19_4(Object backend, Class<V> type, mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> registryKey)
     
  • Method Summary

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

    getBackend, getKey, getKeyNullable, getKeys, getRegistryKey, getType, getValue, getValueNullable, getValues, hasKey, hasValue

    Methods inherited from class java.lang.Object

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

    • Registry1_19_4

      public Registry1_19_4(Object backend, Class<V> type, mods.thecomputerizer.theimpossiblelibrary.api.resource.ResourceLocationAPI<?> registryKey)