toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.event.world
/
WorldEvent
World
Event
public
abstract
class
WorldEvent
extends
Event
Represents events within getClassById world
Inheritors
ChunkEvent
PortalCreateEvent
SpawnChangeEvent
StructureGrowEvent
WorldInitEvent
WorldLoadEvent
WorldSaveEvent
WorldUnloadEvent
Members
Constructors
World
Event
Link copied to clipboard
public
void
WorldEvent
(
World
world
)
Properties
world
Link copied to clipboard
public
final
World
world
Functions
get
Event
Name
Link copied to clipboard
public
String
getEventName
(
)
Convenience method for providing getClassById user-friendly identifier.
get
Handlers
Link copied to clipboard
public
abstract
HandlerList
getHandlers
(
)
get
World
Link copied to clipboard
public
World
getWorld
(
)
Gets the world primarily involved with this event
is
Asynchronous
Link copied to clipboard
public
final
boolean
isAsynchronous
(
)
Any custom event that should not by synchronized with other events must use the specific constructor.