Uses of Record Class
net.minecraft.world.chunk.Chunk.TickSchedulers
Packages that use Chunk.TickSchedulers
- 
Uses of Chunk.TickSchedulers in net.minecraft.world.chunkFields in net.minecraft.world.chunk declared as Chunk.TickSchedulersModifier and TypeFieldDescriptionprivate final Chunk.TickSchedulersSerializedChunk.packedTicksThe field for thepackedTicksrecord component.Methods in net.minecraft.world.chunk that return Chunk.TickSchedulersModifier and TypeMethodDescriptionabstract Chunk.TickSchedulersChunk.getTickSchedulers(long time) ProtoChunk.getTickSchedulers(long time) WorldChunk.getTickSchedulers(long time) WrapperProtoChunk.getTickSchedulers(long time) SerializedChunk.packedTicks()Returns the value of thepackedTicksrecord component.Methods in net.minecraft.world.chunk with parameters of type Chunk.TickSchedulersModifier and TypeMethodDescriptionprivate static voidSerializedChunk.serializeTicks(NbtCompound nbt, Chunk.TickSchedulers schedulers) Constructors in net.minecraft.world.chunk with parameters of type Chunk.TickSchedulersModifierConstructorDescriptionSerializedChunk(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)