Uses of Record Class
net.minecraft.world.chunk.Chunk.TickSchedulers
Packages that use Chunk.TickSchedulers
-
Uses of Chunk.TickSchedulers in net.minecraft.world
Fields in net.minecraft.world declared as Chunk.TickSchedulersModifier and TypeFieldDescriptionprivate final Chunk.TickSchedulersChunkSerializer.packedTicksThe field for thepackedTicksrecord component.Methods in net.minecraft.world that return Chunk.TickSchedulersModifier and TypeMethodDescriptionChunkSerializer.packedTicks()Returns the value of thepackedTicksrecord component.Methods in net.minecraft.world with parameters of type Chunk.TickSchedulersModifier and TypeMethodDescriptionprivate static voidChunkSerializer.serializeTicks(NbtCompound nbtCompound, Chunk.TickSchedulers tickSchedulers) Constructors in net.minecraft.world with parameters of type Chunk.TickSchedulersModifierConstructorDescriptionChunkSerializer(Registry<Biome> registry, ChunkPos chunkPos, int int2, long long2, long long3, ChunkStatus chunkStatus, BlendingData.class_9899 class_9899, @Nullable BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, @org.jetbrains.annotations.Nullable long[] long4, Map<Heightmap.Type, long[]> map, Chunk.TickSchedulers tickSchedulers, ShortList[] shortList, boolean bool, List<ChunkSerializer.class_9898> list, List<NbtCompound> list2, List<NbtCompound> list3, NbtCompound nbtCompound) -
Uses of Chunk.TickSchedulers in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return Chunk.TickSchedulersModifier and TypeMethodDescriptionabstract Chunk.TickSchedulersChunk.getTickSchedulers(long long2) ProtoChunk.getTickSchedulers(long long2) WorldChunk.getTickSchedulers(long long2) WrapperProtoChunk.getTickSchedulers(long long2)