HomeJavaModsGeneric Registry
Generic Registry

Generic Registry

An object-storing type-based modify-on-fly single-end-origin registry.

Feature

Registry

Register to Registry

Registries.register(Identifier id, T object);

Get from Registry

Registries.get(Class<T> type, Identifier id);

Unregister from Registry

Registries.unregister(Class<T> type);
Registries.unregister(Class<T> type, Identifier id);
Registries.unregister(Identifier id, T object);
Quick facts

Install steps are the general flow for this file type — see the MC Java Mods guides for the full walkthrough.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more