Interface CommonLifecycleEvents.TagsLoaded

Enclosing class:
CommonLifecycleEvents

public static interface CommonLifecycleEvents.TagsLoaded
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onTagsLoaded(DynamicRegistryManager registries, boolean client)
     
  • Method Details

    • onTagsLoaded

      void onTagsLoaded(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.