Class RegionEvents
java.lang.Object
de.z0rdak.yawp.api.events.region.RegionEvents
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EventBus<RegionEvents.CreateRegionListener> static final EventBus<RegionEvents.PlayerRegionEnterListener> static final EventBus<RegionEvents.PlayerRegionLeaveListener> static final EventBus<RegionEvents.RemoveRegionListener> static final EventBus<RegionEvents.RenameRegionListener> static final EventBus<RegionEvents.UpdateAreaListener> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ON_CREATE
-
ON_REMOVE
-
ON_RENAME
-
ON_UPDATE_AREA
-
ON_PLAYER_LEAVE_REGION
-
ON_PLAYER_ENTER_REGION
-
-
Constructor Details
-
RegionEvents
public RegionEvents()
-