Uses of Record Class
net.minecraft.class_11897
Packages that use class_11897
Package
Description
The base package for all Minecraft classes.
-
Uses of class_11897 in net.minecraft
Methods in net.minecraft that return class_11897Modifier and TypeMethodDescriptionstatic class_11897class_11897.method_74159(DynamicRegistryManager dynamicRegistryManager) -
Uses of class_11897 in net.minecraft.world
Fields in net.minecraft.world declared as class_11897Methods in net.minecraft.world that return class_11897 -
Uses of class_11897 in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as class_11897Modifier and TypeFieldDescriptionprivate final class_11897SerializedChunk.containerFactoryThe field for thecontainerFactoryrecord component.Methods in net.minecraft.world.chunk that return class_11897Modifier and TypeMethodDescriptionSerializedChunk.containerFactory()Returns the value of thecontainerFactoryrecord component.Methods in net.minecraft.world.chunk with parameters of type class_11897Modifier and TypeMethodDescriptionprivate static voidChunk.fillSectionArray(class_11897 class_11897, ChunkSection[] sectionArray) static @Nullable SerializedChunkSerializedChunk.fromNbt(HeightLimitView world, class_11897 class_11897, NbtCompound nbt) Constructors in net.minecraft.world.chunk with parameters of type class_11897ModifierConstructorDescriptionChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView heightLimitView, class_11897 class_11897, long inhabitedTime, @Nullable ChunkSection[] sectionArray, @Nullable BlendingData blendingData) ChunkSection(class_11897 class_11897) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, @Nullable ChunkSection[] sections, SimpleTickScheduler<Block> blockTickScheduler, SimpleTickScheduler<Fluid> fluidTickScheduler, HeightLimitView world, class_11897 class_11897, @Nullable BlendingData blendingData) ProtoChunk(ChunkPos pos, UpgradeData upgradeData, HeightLimitView world, class_11897 class_11897, @Nullable BlendingData blendingData) SerializedChunk(class_11897 class_11897, 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)