public final class TickEvent extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TickEvent.Type |
Constructor and Description |
---|
TickEvent(EventState state,
TickEvent.Type type,
int count) |
Modifier and Type | Method and Description |
---|---|
static java.util.function.BiFunction<EventState,TickEvent.Type,TickEvent> |
createNextProvider() |
int |
getCount() |
EventState |
getState() |
TickEvent.Type |
getType() |
public TickEvent(EventState state, TickEvent.Type type, int count)
public int getCount()
public TickEvent.Type getType()
public EventState getState()
public static java.util.function.BiFunction<EventState,TickEvent.Type,TickEvent> createNextProvider()