Interface CommonLifecycleEvents.TagsLoaded
- Enclosing class:
- CommonLifecycleEvents
public static interface CommonLifecycleEvents.TagsLoaded
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onTagsLoaded
(net.minecraft.util.registry.DynamicRegistryManager registries, boolean client)
-
Method Details
-
onTagsLoaded
void onTagsLoaded(net.minecraft.util.registry.DynamicRegistryManager registries, boolean client) - Parameters:
registries
- Up-to-date registries from which the tags can be retrieved.client
- True if the client just received a sync packet, false if the server just (re)loaded the tags.
-