Class AttributesReloadedEvent

java.lang.Object
com.github.clevernucleus.dataattributes.api.event.AttributesReloadedEvent

public final class AttributesReloadedEvent extends Object
Event that allows for logic reliant on datapack attributes to be ordered after they are loaded on both the server and client.
  • Field Details

    • EVENT

      public static final net.fabricmc.fabric.api.event.Event<AttributesReloadedEvent.Reloaded> EVENT
      Fired on Server upon joining world and on datapack reload through '/reload'. Fired on Client when selecting datapacks and after server has synced with client.
  • Constructor Details

    • AttributesReloadedEvent

      public AttributesReloadedEvent()