Package net.minecraft.command
Class TimedFunctionTag
- java.lang.Object
-
- net.minecraft.command.TimedFunctionTag
-
- All Implemented Interfaces:
ITimerCallback<MinecraftServer>
public class TimedFunctionTag extends java.lang.Object implements ITimerCallback<MinecraftServer>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TimedFunctionTag.Serializer
-
Field Summary
Fields Modifier and Type Field Description private ResourceLocation
tagId
-
Constructor Summary
Constructors Constructor Description TimedFunctionTag(ResourceLocation p_i51189_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(MinecraftServer p_212869_1_, TimerCallbackManager<MinecraftServer> p_212869_2_, long p_212869_3_)
-
-
-
Field Detail
-
tagId
private final ResourceLocation tagId
-
-
Constructor Detail
-
TimedFunctionTag
public TimedFunctionTag(ResourceLocation p_i51189_1_)
-
-
Method Detail
-
handle
public void handle(MinecraftServer p_212869_1_, TimerCallbackManager<MinecraftServer> p_212869_2_, long p_212869_3_)
- Specified by:
handle
in interfaceITimerCallback<MinecraftServer>
-
-