Uses of Record Class
net.minecraft.world.chunk.Chunk.TickSchedulers
-
Uses of Chunk.TickSchedulers in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprivate final Chunk.TickSchedulers
SerializedChunk.packedTicks
The field for thepackedTicks
record component.Modifier and TypeMethodDescriptionabstract Chunk.TickSchedulers
Chunk.getTickSchedulers
(long time) ProtoChunk.getTickSchedulers
(long time) WorldChunk.getTickSchedulers
(long time) WrapperProtoChunk.getTickSchedulers
(long time) SerializedChunk.packedTicks()
Returns the value of thepackedTicks
record component.Modifier and TypeMethodDescriptionprivate static void
SerializedChunk.serializeTicks
(NbtCompound nbt, Chunk.TickSchedulers schedulers) ModifierConstructorDescriptionSerializedChunk
(Registry<Biome> registry, ChunkPos chunkPos, int int2, long long2, long long3, ChunkStatus chunkStatus, BlendingData.Serialized serialized, @Nullable BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, @org.jetbrains.annotations.Nullable long[] long4, Map<Heightmap.Type, long[]> map, Chunk.TickSchedulers tickSchedulers, ShortList[] shortList, boolean bool, List<SerializedChunk.SectionData> list, List<NbtCompound> list2, List<NbtCompound> list3, NbtCompound nbtCompound)