Uses of Class
net.minecraft.world.level.timers.TimerQueue
Packages that use TimerQueue
-
Uses of TimerQueue in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage declared as TimerQueueModifier and TypeFieldDescriptionprivate final TimerQueue<MinecraftServer> PrimaryLevelData.scheduledEventsMethods in net.minecraft.world.level.storage that return TimerQueueModifier and TypeMethodDescriptionDerivedLevelData.getScheduledEvents()PrimaryLevelData.getScheduledEvents()ServerLevelData.getScheduledEvents()Constructors in net.minecraft.world.level.storage with parameters of type TimerQueueModifierConstructorDescriptionprivatePrimaryLevelData(CompoundTag loadedPlayerTag, boolean wasModded, BlockPos spawnPos, float spawnAngle, long gameTime, long dayTime, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Settings worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, UUID wanderingTraderId, Set<String> knownServerBrands, Set<String> removedFeatureFlags, TimerQueue<MinecraftServer> scheduledEvents, CompoundTag customBossEvents, EndDragonFight.Data endDragonFightData, LevelSettings settings, WorldOptions worldOptions, PrimaryLevelData.SpecialWorldProperty specialWorldProperty, com.mojang.serialization.Lifecycle worldGenSettingsLifecycle) -
Uses of TimerQueue in net.minecraft.world.level.timers
Methods in net.minecraft.world.level.timers with parameters of type TimerQueueModifier and TypeMethodDescriptionvoidFunctionCallback.handle(MinecraftServer obj, TimerQueue<MinecraftServer> manager, long gameTime) voidFunctionTagCallback.handle(MinecraftServer obj, TimerQueue<MinecraftServer> manager, long gameTime) voidTimerCallback.handle(T obj, TimerQueue<T> manager, long gameTime)