Interface CommonLifecycleEvents.TagsLoaded
- Enclosing class:
CommonLifecycleEvents
public static interface CommonLifecycleEvents.TagsLoaded
-
Method Summary
Modifier and TypeMethodDescriptionvoidonTagsLoaded(net.minecraft.core.RegistryAccess registries, boolean client)
-
Method Details
-
onTagsLoaded
void onTagsLoaded(net.minecraft.core.RegistryAccess 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.
-