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.TickSchedulers
SerializedChunk.packedTicks
The field for thepackedTicks
record component.Methods in net.minecraft.world.chunk that return Chunk.TickSchedulersModifier 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.Methods in net.minecraft.world.chunk with parameters of type Chunk.TickSchedulersModifier and TypeMethodDescriptionprivate static void
SerializedChunk.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)