@Deprecated public class ServerLoadEvent extends ServerEvent
Modifier and Type | Class | Description |
---|---|---|
static class |
ServerLoadEvent.LoadType |
Deprecated.
Represents the context in which the enclosing event has been completed.
|
Event.Result
Constructor | Description |
---|---|
ServerLoadEvent(ServerLoadEvent.LoadType type) |
Deprecated.
Creates a
ServerLoadEvent with a given loading type. |
Modifier and Type | Method | Description |
---|---|---|
static HandlerList |
getHandlerList() |
Deprecated.
|
HandlerList |
getHandlers() |
Deprecated.
|
ServerLoadEvent.LoadType |
getType() |
Deprecated.
Gets the context in which the server was loaded.
|
getEventName, isAsynchronous
public ServerLoadEvent(ServerLoadEvent.LoadType type)
ServerLoadEvent
with a given loading type.type
- the context in which the server was loadedpublic ServerLoadEvent.LoadType getType()
public HandlerList getHandlers()
getHandlers
in class Event
public static HandlerList getHandlerList()
Copyright © 2018. All rights reserved.