Download Generic Registry — Minecraft Mods — MetaMods

Generic Registry

Active

Downloads

0

Last update

2 months ago

Versions

1.7.2 — 1.21.7
Client
Fabric
Libraries

Generic Registry

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

Feature

  • Store any object
  • Add or remove at any time

Registry

Register into Registry

Registries.register(Identifier id, Object o);

Get from Registry

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