public class TimedFunctionTag extends java.lang.Object implements ITimerCallback<MinecraftServer>
Modifier and Type | Class and Description |
---|---|
static class |
TimedFunctionTag.Serializer |
Modifier and Type | Field and Description |
---|---|
private ResourceLocation |
tagName |
Constructor and Description |
---|
TimedFunctionTag(ResourceLocation p_i51189_1_) |
Modifier and Type | Method and Description |
---|---|
void |
run(MinecraftServer obj,
TimerCallbackManager<MinecraftServer> manager,
long gameTime) |
private final ResourceLocation tagName
public TimedFunctionTag(ResourceLocation p_i51189_1_)
public void run(MinecraftServer obj, TimerCallbackManager<MinecraftServer> manager, long gameTime)
run
in interface ITimerCallback<MinecraftServer>