Class AttributesReloadedEvent
java.lang.Object
com.github.clevernucleus.dataattributes.api.event.AttributesReloadedEvent
Event that allows for logic reliant on datapack attributes to be ordered after they are loaded on both the server and client.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<AttributesReloadedEvent.Reloaded>Fired on Server upon joining world and on datapack reload through '/reload'. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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()
-