Uses of Class
net.minecraft.structure.StructureStart
Package
Description
-
Uses of StructureStart in net.minecraft.server.network
Modifier and TypeMethodDescriptionstatic void
DebugInfoSender.sendStructureStart
(StructureWorldAccess world, StructureStart<?> structureStart) -
Uses of StructureStart in net.minecraft.server.world
Modifier and TypeMethodDescriptionList<? extends StructureStart<?>>
ServerWorld.getStructures
(ChunkSectionPos pos, StructureFeature<?> feature) -
Uses of StructureStart in net.minecraft.structure
-
Uses of StructureStart in net.minecraft.world
Modifier and TypeMethodDescriptionStructureHolder.getStructureStart
(StructureFeature<?> structure) Modifier and TypeMethodDescriptionList<? extends StructureStart<?>>
ChunkRegion.getStructures
(ChunkSectionPos pos, StructureFeature<?> feature) List<? extends StructureStart<?>>
StructureWorldAccess.getStructures
(ChunkSectionPos pos, StructureFeature<?> feature) private static Map<StructureFeature<?>,
StructureStart<?>> ChunkSerializer.readStructureStarts
(StructureContext context, NbtCompound nbt, long worldSeed) Modifier and TypeMethodDescriptionvoid
StructureHolder.setStructureStart
(StructureFeature<?> structure, StructureStart<?> start) Modifier and TypeMethodDescriptionvoid
StructureLocator.cache
(ChunkPos pos, Map<StructureFeature<?>, StructureStart<?>> structureStarts) private static NbtCompound
ChunkSerializer.writeStructures
(StructureContext context, ChunkPos pos, Map<StructureFeature<?>, StructureStart<?>> starts, Map<StructureFeature<?>, LongSet> references) -
Uses of StructureStart in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprivate final Map<StructureFeature<?>,
StructureStart<?>> Chunk.structureStarts
Modifier and TypeMethodDescriptionChunk.getStructureStart
(StructureFeature<?> structure) ReadOnlyChunk.getStructureStart
(StructureFeature<?> structure) Modifier and TypeMethodDescriptionMap<StructureFeature<?>,
StructureStart<?>> Chunk.getStructureStarts()
Map<StructureFeature<?>,
StructureStart<?>> ReadOnlyChunk.getStructureStarts()
Modifier and TypeMethodDescriptionvoid
Chunk.setStructureStart
(StructureFeature<?> structure, StructureStart<?> start) void
ProtoChunk.setStructureStart
(StructureFeature<?> structure, StructureStart<?> start) void
ReadOnlyChunk.setStructureStart
(StructureFeature<?> structure, StructureStart<?> start) Modifier and TypeMethodDescriptionvoid
Chunk.setStructureStarts
(Map<StructureFeature<?>, StructureStart<?>> structureStarts) void
ReadOnlyChunk.setStructureStarts
(Map<StructureFeature<?>, StructureStart<?>> structureStarts) -
Uses of StructureStart in net.minecraft.world.gen
Modifier and TypeMethodDescriptionStructureAccessor.getStructureAt
(BlockPos pos, StructureFeature<?> structure) StructureAccessor.getStructureContaining
(BlockPos pos, StructureFeature<?> structure) Returns a structure that contains the givenpos
.StructureAccessor.getStructureStart
(ChunkSectionPos pos, StructureFeature<?> feature, StructureHolder holder) Modifier and TypeMethodDescriptionList<? extends StructureStart<?>>
StructureAccessor.getStructureStarts
(ChunkSectionPos sectionPos, StructureFeature<?> feature) Returns a list of structure starts for this chunk.Modifier and TypeMethodDescriptionvoid
StructureAccessor.incrementReferences
(StructureStart<?> structureStart) void
StructureAccessor.setStructureStart
(ChunkSectionPos pos, StructureFeature<?> feature, StructureStart<?> structureStart, StructureHolder holder) -
Uses of StructureStart in net.minecraft.world.gen.feature
Modifier and TypeMethodDescriptionstatic @Nullable StructureStart<?>
StructureFeature.readStructureStart
(StructureContext context, NbtCompound nbt, long worldSeed) ConfiguredStructureFeature.tryPlaceStart
(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos chunkPos, int structureReferences, StructureConfig structureConfig, HeightLimitView world, Predicate<Biome> biomeLimit) StructureFeature.tryPlaceStart
(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos pos, int structureReferences, StructureConfig structureConfig, C config, HeightLimitView world, Predicate<Biome> biomePredicate) Tries to place a starting point for this type of structure in the given chunk.