Class RegistryHolder<V>
java.lang.Object
earth.terrarium.botarium.common.registry.RegistryHolder<V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends Supplier<V>>voidRegisters all entries in this registry.Registers an entry to the registry.
-
Constructor Details
-
Method Details
-
register
Registers an entry to the registry. -
getRegistries
- Returns:
- A
Collectionof all the entries in this registry as suppliers.
-
initialize
@ImplementedByExtension public void initialize()Registers all entries in this registry. Should be called in your mod's initialization method.
-