Package net.ME1312.Galaxi.Event
Class Subscriber
java.lang.Object
net.ME1312.Galaxi.Event.Subscriber
Event Subscriber Information Class
-
Field Summary
Modifier and TypeFieldDescriptionThe event being listened forfinal Object
The object this subscriber belongs tofinal Method
The method this subscriber callsfinal short
The order of this subscriberfinal boolean
Whether this subscriber overrides other subscribersfinal PluginInfo
The plugin this subscriber belongs to -
Method Summary
-
Field Details
-
event
The event being listened for -
order
public final short orderThe order of this subscriber- See Also:
-
plugin
The plugin this subscriber belongs to -
listener
The object this subscriber belongs to -
method
The method this subscriber calls -
override
public final boolean overrideWhether this subscriber overrides other subscribers- See Also:
-