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 TimerMethods 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 com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @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, Timer<MinecraftServer> scheduledEvents, @Nullable NbtCompound customBossEvents, NbtCompound dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, 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