Uses of Class
net.minecraft.world.timer.Timer
Packages that use Timer
-
Uses of Timer in net.minecraft.world.level
Fields in net.minecraft.world.level declared as TimerModifier and TypeFieldDescriptionprivate final Timer<MinecraftServer>
LevelProperties.scheduledEvents
Methods in net.minecraft.world.level that return TimerModifier and TypeMethodDescriptionLevelProperties.getScheduledEvents()
ServerWorldProperties.getScheduledEvents()
UnmodifiableLevelProperties.getScheduledEvents()
Constructors in net.minecraft.world.level with parameters of type TimerModifierConstructorDescriptionprivate
LevelProperties
(@Nullable NbtCompound nbtCompound, boolean bool, int int2, int int3, int int4, float float2, long long2, long long3, int int5, int int6, int int7, boolean bool2, int int8, boolean bool3, boolean bool4, boolean bool5, WorldBorder.Properties properties, int int9, int int10, @Nullable UUID uUID, Set<String> set, Set<String> set2, Timer<MinecraftServer> timer, @Nullable NbtCompound nbtCompound2, EnderDragonFight.Data data, LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, com.mojang.serialization.Lifecycle lifecycle) -
Uses of Timer in net.minecraft.world.timer
Methods in net.minecraft.world.timer with parameters of type TimerModifier and TypeMethodDescriptionvoid
FunctionTagTimerCallback.call
(MinecraftServer minecraftServer, Timer<MinecraftServer> timer, long long2) void
FunctionTimerCallback.call
(MinecraftServer minecraftServer, Timer<MinecraftServer> timer, long long2) void