public class FunctionTimerCallback extends Object implements TimerCallback<MinecraftServer>
Modifier and Type | Class and Description |
---|---|
static class |
FunctionTimerCallback.Serializer |
Modifier and Type | Field and Description |
---|---|
private Identifier |
name |
Constructor and Description |
---|
FunctionTimerCallback(Identifier identifier) |
Modifier and Type | Method and Description |
---|---|
void |
call(MinecraftServer minecraftServer,
Timer<MinecraftServer> timer,
long long2) |
private final Identifier name
public FunctionTimerCallback(Identifier identifier)
public void call(MinecraftServer minecraftServer, Timer<MinecraftServer> timer, long long2)
call
in interface TimerCallback<MinecraftServer>