Package net.ME1312.Galaxi.Event
package net.ME1312.Galaxi.Event
-
ClassDescriptionCancellable SubEvent Layout ClassCancellable SubEvent Layout ClassSubEvent Layout ClassEvent Listener Layout Class
Classes implementing this and registered will call toListener.run(Event)
when the event is runListener Order Defaults Class
Listeners will be called from Short.MIN_VALUE to Short.MAX_VALUE unless the event is annotated by @ReverseOrderReverse Order Event Annotation
Events annotated by this will run their listeners in reverse orderEvent Listener Method Annotation
Methods annotated by this and registered will be called when the event is run