Uses of Class
net.minecraft.world.timer.Timer
| Package | Description |
|---|---|
| net.minecraft.world.level | |
| net.minecraft.world.timer |
-
Uses of Timer in net.minecraft.world.level
Fields in net.minecraft.world.level declared as Timer Modifier and Type Field Description private Timer<MinecraftServer>LevelProperties. scheduledEventsMethods in net.minecraft.world.level that return Timer Modifier and Type Method Description Timer<MinecraftServer>LevelProperties. getScheduledEvents()Timer<MinecraftServer>ServerWorldProperties. getScheduledEvents()Timer<MinecraftServer>UnmodifiableLevelProperties. getScheduledEvents()Constructors in net.minecraft.world.level with parameters of type Timer Constructor Description 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 Timer Modifier and Type Method Description voidFunctionTagTimerCallback. call(MinecraftServer minecraftServer, Timer<MinecraftServer> timer, long long2)voidFunctionTimerCallback. call(MinecraftServer minecraftServer, Timer<MinecraftServer> timer, long long2)voidTimerCallback. call(T server, Timer<T> events, long time)