mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
bumbed loader version, finalized DynamicRegistryEvents
This commit is contained in:
parent
a46b0be60a
commit
7953e09bd8
1 changed files with 4 additions and 1 deletions
|
@ -28,9 +28,12 @@ import net.fabricmc.fabric.api.event.EventFactory;
|
|||
import net.fabricmc.fabric.api.event.registry.DynamicRegistryEntryAddedCallback;
|
||||
import net.fabricmc.fabric.mixin.registry.sync.DynamicRegistryManagerAccessor;
|
||||
|
||||
public abstract class DynamicRegistryEvents {
|
||||
public final class DynamicRegistryEvents {
|
||||
public static Map<RegistryKey<? extends Registry<?>>, Event<DynamicRegistryEntryAddedCallback>> ADD_ENTRY_EVENTS;
|
||||
|
||||
private DynamicRegistryEvents() {
|
||||
}
|
||||
|
||||
static {
|
||||
ADD_ENTRY_EVENTS = Maps.newLinkedHashMap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue