Uses of Record Class
net.minecraft.world.chunk.Chunk.TickSchedulers
Packages that use Chunk.TickSchedulers
-
Uses of Chunk.TickSchedulers in net.minecraft.world.chunk
Fields 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(PalettesFactory containerFactory, ChunkPos chunkPos, int minSectionY, long lastUpdateTime, long inhabitedTime, ChunkStatus chunkStatus, BlendingData.Serialized blendingData, @Nullable BelowZeroRetrogen belowZeroRetrogen, UpgradeData upgradeData, @org.jetbrains.annotations.Nullable long[] carvingMask, Map<Heightmap.Type, long[]> heightmaps, Chunk.TickSchedulers packedTicks, ShortList[] postProcessingSections, boolean lightCorrect, List<SerializedChunk.SectionData> sectionData, List<NbtCompound> entities, List<NbtCompound> blockEntities, NbtCompound structureData) Creates an instance of aSerializedChunkrecord class.