public class ServerTickEndEvent extends Event
Event.Result| Constructor | Description |
|---|---|
ServerTickEndEvent(int tickNumber,
double tickDuration,
long timeRemaining) |
| Modifier and Type | Method | Description |
|---|---|---|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
|
double |
getTickDuration() |
|
int |
getTickNumber() |
|
long |
getTimeRemaining() |
Amount of nanoseconds remaining before the next tick should start.
|
callEvent, getEventName, isAsynchronouspublic ServerTickEndEvent(int tickNumber,
double tickDuration,
long timeRemaining)
public int getTickNumber()
public double getTickDuration()
public long getTimeRemaining()
@NotNull public HandlerList getHandlers()
getHandlers in class Event@NotNull public static HandlerList getHandlerList()
Copyright © 2020. All rights reserved.