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 TypeMethodDescriptionStructureFeatureManager.getStartForFeature
(SectionPos p_207803_, ConfiguredStructureFeature<?, ?> p_207804_, FeatureAccess p_207805_) StructureFeatureManager.getStructureAt
(BlockPos p_207786_, ConfiguredStructureFeature<?, ?> p_207787_) StructureFeatureManager.getStructureWithPieceAt
(BlockPos p_207792_, ResourceKey<ConfiguredStructureFeature<?, ?>> p_207793_) StructureFeatureManager.getStructureWithPieceAt
(BlockPos p_207818_, ConfiguredStructureFeature<?, ?> p_207819_) Methods in net.minecraft.world.level that return types with arguments of type StructureStartModifier and TypeMethodDescriptionStructureFeatureManager.startsForFeature
(SectionPos p_207812_, Predicate<ConfiguredStructureFeature<?, ?>> p_207813_) StructureFeatureManager.startsForFeature
(SectionPos p_207795_, ConfiguredStructureFeature<?, ?> p_207796_) Methods in net.minecraft.world.level with parameters of type StructureStartModifier and TypeMethodDescriptionvoid
StructureFeatureManager.addReference
(StructureStart p_196675_) void
StructureFeatureManager.setStartForFeature
(SectionPos p_207807_, ConfiguredStructureFeature<?, ?> p_207808_, StructureStart p_207809_, FeatureAccess p_207810_) boolean
StructureFeatureManager.structureHasPieceAt
(BlockPos p_207789_, StructureStart p_207790_) Method parameters in net.minecraft.world.level with type arguments of type StructureStartModifier and TypeMethodDescriptionvoid
StructureFeatureManager.fillStartsForFeature
(ConfiguredStructureFeature<?, ?> p_207782_, it.unimi.dsi.fastutil.longs.LongSet p_207783_, Consumer<StructureStart> p_207784_) -
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<ConfiguredStructureFeature<?,
?>, StructureStart> ChunkAccess.structureStarts
Methods in net.minecraft.world.level.chunk that return StructureStartModifier and TypeMethodDescriptionChunkAccess.getStartForFeature
(ConfiguredStructureFeature<?, ?> p_207944_) FeatureAccess.getStartForFeature
(ConfiguredStructureFeature<?, ?> p_208099_) ImposterProtoChunk.getStartForFeature
(ConfiguredStructureFeature<?, ?> p_208106_) 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.setStartForFeature
(ConfiguredStructureFeature<?, ?> p_207949_, StructureStart p_207950_) void
FeatureAccess.setStartForFeature
(ConfiguredStructureFeature<?, ?> p_208102_, StructureStart p_208103_) void
ImposterProtoChunk.setStartForFeature
(ConfiguredStructureFeature<?, ?> p_208111_, StructureStart p_208112_) void
ProtoChunk.setStartForFeature
(ConfiguredStructureFeature<?, ?> p_208116_, StructureStart p_208117_) Method parameters in net.minecraft.world.level.chunk with type arguments of type StructureStartModifier and TypeMethodDescriptionvoid
ChunkAccess.setAllStarts
(Map<ConfiguredStructureFeature<?, ?>, StructureStart> p_62090_) void
ImposterProtoChunk.setAllStarts
(Map<ConfiguredStructureFeature<?, ?>, 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<ConfiguredStructureFeature<?,
?>, 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<ConfiguredStructureFeature<?, ?>, StructureStart> p_188252_, Map<ConfiguredStructureFeature<?, ?>, it.unimi.dsi.fastutil.longs.LongSet> p_188253_) -
Uses of StructureStart in net.minecraft.world.level.levelgen.feature
Methods in net.minecraft.world.level.levelgen.feature that return StructureStartModifier and TypeMethodDescriptionConfiguredStructureFeature.generate
(RegistryAccess p_204708_, ChunkGenerator p_204709_, BiomeSource p_204710_, StructureManager p_204711_, long p_204712_, ChunkPos p_204713_, int p_204714_, LevelHeightAccessor p_204715_, Predicate<Holder<Biome>> p_204716_) static StructureStart
StructureFeature.loadStaticStart
(StructurePieceSerializationContext p_191129_, CompoundTag p_191130_, long p_191131_) -
Uses of StructureStart in net.minecraft.world.level.levelgen.structure
Fields in net.minecraft.world.level.levelgen.structure declared as StructureStartMethod parameters in net.minecraft.world.level.levelgen.structure with type arguments of type StructureStartModifier and TypeMethodDescriptionvoid
StructureCheck.onStructureLoad
(ChunkPos p_197283_, Map<ConfiguredStructureFeature<?, ?>, StructureStart> p_197284_)