public class DummyClientTickScheduler<T> extends Object implements TickScheduler<T>
Modifier and Type | Field and Description |
---|---|
private static DummyClientTickScheduler<Object> |
INSTANCE |
Constructor and Description |
---|
DummyClientTickScheduler() |
Modifier and Type | Method and Description |
---|---|
static <T> DummyClientTickScheduler<T> |
get() |
boolean |
isScheduled(BlockPos pos,
T object) |
boolean |
isTicking(BlockPos pos,
T object) |
void |
schedule(BlockPos pos,
T object,
int delay) |
void |
schedule(BlockPos pos,
T object,
int delay,
TickPriority priority) |
private static final DummyClientTickScheduler<Object> INSTANCE
public static <T> DummyClientTickScheduler<T> get()
public boolean isScheduled(BlockPos pos, T object)
isScheduled
in interface TickScheduler<T>
public void schedule(BlockPos pos, T object, int delay)
schedule
in interface TickScheduler<T>
public void schedule(BlockPos pos, T object, int delay, TickPriority priority)
schedule
in interface TickScheduler<T>
public boolean isTicking(BlockPos pos, T object)
isTicking
in interface TickScheduler<T>