Uses of Class
net.minecraft.command.TimerCallbackManager
-
Packages that use TimerCallbackManager Package Description net.minecraft.command net.minecraft.world.storage -
-
Uses of TimerCallbackManager in net.minecraft.command
Methods in net.minecraft.command with parameters of type TimerCallbackManager Modifier and Type Method Description void
ITimerCallback. handle(T p_212869_1_, TimerCallbackManager<T> p_212869_2_, long p_212869_3_)
void
TimedFunction. handle(MinecraftServer p_212869_1_, TimerCallbackManager<MinecraftServer> p_212869_2_, long p_212869_3_)
void
TimedFunctionTag. handle(MinecraftServer p_212869_1_, TimerCallbackManager<MinecraftServer> p_212869_2_, long p_212869_3_)
-
Uses of TimerCallbackManager in net.minecraft.world.storage
Fields in net.minecraft.world.storage declared as TimerCallbackManager Modifier and Type Field Description private TimerCallbackManager<MinecraftServer>
ServerWorldInfo. scheduledEvents
Methods in net.minecraft.world.storage that return TimerCallbackManager Modifier and Type Method Description TimerCallbackManager<MinecraftServer>
DerivedWorldInfo. getScheduledEvents()
TimerCallbackManager<MinecraftServer>
IServerWorldInfo. getScheduledEvents()
TimerCallbackManager<MinecraftServer>
ServerWorldInfo. getScheduledEvents()
Constructors in net.minecraft.world.storage with parameters of type TimerCallbackManager Constructor Description ServerWorldInfo(com.mojang.datafixers.DataFixer p_i242043_1_, int p_i242043_2_, CompoundNBT p_i242043_3_, boolean p_i242043_4_, int p_i242043_5_, int p_i242043_6_, int p_i242043_7_, float p_i242043_8_, long p_i242043_9_, long p_i242043_11_, int p_i242043_13_, int p_i242043_14_, int p_i242043_15_, boolean p_i242043_16_, int p_i242043_17_, boolean p_i242043_18_, boolean p_i242043_19_, boolean p_i242043_20_, WorldBorder.Serializer p_i242043_21_, int p_i242043_22_, int p_i242043_23_, java.util.UUID p_i242043_24_, java.util.LinkedHashSet<java.lang.String> p_i242043_25_, TimerCallbackManager<MinecraftServer> p_i242043_26_, CompoundNBT p_i242043_27_, CompoundNBT p_i242043_28_, WorldSettings p_i242043_29_, DimensionGeneratorSettings p_i242043_30_, com.mojang.serialization.Lifecycle p_i242043_31_)
-