public class StartEvent extends Object
| Modifier and Type | Method and Description |
|---|---|
static StartEvent |
build(Registry registry,
boolean reload)
Builder for start events.
|
Registry |
getRegistry()
Retrieves the server registry for this instance
|
boolean |
isReload()
Indicates if this start event is part of reloading the server.
|
public Registry getRegistry()
public boolean isReload()
public static StartEvent build(Registry registry, boolean reload)
registry - the server registry for this serverreload - true if this is start event during a server reload