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.scheduledEventsMethods 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 TimerModifierConstructorDescriptionprivateLevelProperties(@Nullable NbtCompound playerData, boolean modded, WorldProperties.SpawnPoint spawnPoint, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, Optional<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 TypeMethodDescriptionvoidFunctionTagTimerCallback.call(MinecraftServer minecraftServer, Timer<MinecraftServer> timer, long long2) voidFunctionTimerCallback.call(MinecraftServer minecraftServer, Timer<MinecraftServer> timer, long long2) void