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 playerData, boolean modded, int spawnX, int spawnY, int spawnZ, float spawnAngle, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Properties worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, @Nullable UUID wanderingTraderId, Set<String> serverBrands, Set<String> removedFeatures, Timer<MinecraftServer> scheduledEvents, @Nullable NbtCompound customBossEvents, EnderDragonFight.Data dragonFight, 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