Interface CommonLifecycleEvents.TagsLoaded
- Enclosing class:
CommonLifecycleEvents
public static interface CommonLifecycleEvents.TagsLoaded
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onTagsLoaded
(DynamicRegistryManager registries, boolean client)
-
Method Details
-
onTagsLoaded
- 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.
-