Package info.u_team.u_team_core.event
Class SetupEvents
java.lang.Object
info.u_team.u_team_core.event.SetupEvents
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<SetupEvents.CommonSetupEvent>Will be fired after builtIn registries are frozenstatic final net.fabricmc.fabric.api.event.Event<SetupEvents.RegisterEvent>Will be fired for each registry -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REGISTER
Will be fired for each registry -
COMMON_SETUP
Will be fired after builtIn registries are frozen
-
-
Constructor Details
-
SetupEvents
public SetupEvents()
-