Uses of Class
net.minecraft.world.level.levelgen.structure.StructureStart
Packages that use StructureStart
Package
Description
-
Uses of StructureStart in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game with parameters of type StructureStartModifier and TypeMethodDescriptionstatic void
DebugPackets.sendStructurePacket
(WorldGenLevel p_133712_, StructureStart p_133713_) -
Uses of StructureStart in net.minecraft.world.level
Methods in net.minecraft.world.level that return StructureStartModifier and TypeMethodDescriptionStructureManager.getStartForStructure
(SectionPos p_220513_, Structure p_220514_, StructureAccess p_220515_) StructureManager.getStructureAt
(BlockPos p_220495_, Structure p_220496_) StructureManager.getStructureWithPieceAt
(BlockPos p_220489_, ResourceKey<Structure> p_220490_) StructureManager.getStructureWithPieceAt
(BlockPos p_220492_, TagKey<Structure> p_220493_) StructureManager.getStructureWithPieceAt
(BlockPos p_220525_, Structure p_220526_) Methods in net.minecraft.world.level that return types with arguments of type StructureStartModifier and TypeMethodDescriptionStructureManager.startsForStructure
(SectionPos p_220505_, Structure p_220506_) StructureManager.startsForStructure
(ChunkPos p_220478_, Predicate<Structure> p_220479_) Methods in net.minecraft.world.level with parameters of type StructureStartModifier and TypeMethodDescriptionvoid
StructureManager.addReference
(StructureStart p_220485_) void
StructureManager.setStartForStructure
(SectionPos p_220517_, Structure p_220518_, StructureStart p_220519_, StructureAccess p_220520_) boolean
StructureManager.structureHasPieceAt
(BlockPos p_220498_, StructureStart p_220499_) Method parameters in net.minecraft.world.level with type arguments of type StructureStartModifier and TypeMethodDescriptionvoid
StructureManager.fillStartsForStructure
(Structure p_220481_, it.unimi.dsi.fastutil.longs.LongSet p_220482_, Consumer<StructureStart> p_220483_) -
Uses of StructureStart in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type StructureStartModifier and TypeFieldDescriptionprivate final Map<Structure,
StructureStart> ChunkAccess.structureStarts
Methods in net.minecraft.world.level.chunk that return StructureStartModifier and TypeMethodDescriptionChunkAccess.getStartForStructure
(Structure p_223005_) ImposterProtoChunk.getStartForStructure
(Structure p_223400_) StructureAccess.getStartForStructure
(Structure p_223434_) Methods in net.minecraft.world.level.chunk that return types with arguments of type StructureStartMethods in net.minecraft.world.level.chunk with parameters of type StructureStartModifier and TypeMethodDescriptionvoid
ChunkAccess.setStartForStructure
(Structure p_223010_, StructureStart p_223011_) void
ImposterProtoChunk.setStartForStructure
(Structure p_223405_, StructureStart p_223406_) void
ProtoChunk.setStartForStructure
(Structure p_223432_, StructureStart p_223433_) void
StructureAccess.setStartForStructure
(Structure p_223437_, StructureStart p_223438_) private static boolean
ChunkGenerator.tryAddReference
(StructureManager p_223060_, StructureStart p_223061_) Method parameters in net.minecraft.world.level.chunk with type arguments of type StructureStartModifier and TypeMethodDescriptionvoid
ChunkAccess.setAllStarts
(Map<Structure, StructureStart> p_62090_) void
ImposterProtoChunk.setAllStarts
(Map<Structure, StructureStart> p_62726_) -
Uses of StructureStart in net.minecraft.world.level.chunk.storage
Methods in net.minecraft.world.level.chunk.storage that return types with arguments of type StructureStartModifier and TypeMethodDescriptionprivate static Map<Structure,
StructureStart> ChunkSerializer.unpackStructureStart
(StructurePieceSerializationContext p_188255_, CompoundTag p_188256_, long p_188257_) Method parameters in net.minecraft.world.level.chunk.storage with type arguments of type StructureStartModifier and TypeMethodDescriptionprivate static CompoundTag
ChunkSerializer.packStructureData
(StructurePieceSerializationContext p_188250_, ChunkPos p_188251_, Map<Structure, StructureStart> p_188252_, Map<Structure, it.unimi.dsi.fastutil.longs.LongSet> p_188253_) -
Uses of StructureStart in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure declared as StructureStartMethods in net.minecraft.world.level.levelgen.structure that return StructureStartModifier and TypeMethodDescriptionStructure.generate
(RegistryAccess p_226597_, ChunkGenerator p_226598_, BiomeSource p_226599_, RandomState p_226600_, StructureTemplateManager p_226601_, long p_226602_, ChunkPos p_226603_, int p_226604_, LevelHeightAccessor p_226605_, Predicate<Holder<Biome>> p_226606_) static StructureStart
StructureStart.loadStaticStart
(StructurePieceSerializationContext p_226858_, CompoundTag p_226859_, long p_226860_) Method parameters in net.minecraft.world.level.levelgen.structure with type arguments of type StructureStartModifier and TypeMethodDescriptionvoid
StructureCheck.onStructureLoad
(ChunkPos p_197283_, Map<Structure, StructureStart> p_197284_)