Uses of Class
net.minecraft.structure.StructureStart
Packages that use StructureStart
Package
Description
-
Uses of StructureStart in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type StructureStartModifier and TypeMethodDescriptionstatic voidDebugInfoSender.sendStructureStart(StructureWorldAccess world, StructureStart<?> structureStart) -
Uses of StructureStart in net.minecraft.server.world
Methods in net.minecraft.server.world that return types with arguments of type StructureStartModifier and TypeMethodDescriptionList<? extends StructureStart<?>>ServerWorld.getStructures(ChunkSectionPos pos, StructureFeature<?> feature) -
Uses of StructureStart in net.minecraft.structure
Fields in net.minecraft.structure declared as StructureStart -
Uses of StructureStart in net.minecraft.world
Methods in net.minecraft.world that return StructureStartModifier and TypeMethodDescriptionStructureHolder.getStructureStart(StructureFeature<?> structure) Methods in net.minecraft.world that return types with arguments of type StructureStartModifier 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) Methods in net.minecraft.world with parameters of type StructureStartModifier and TypeMethodDescriptionvoidStructureHolder.setStructureStart(StructureFeature<?> structure, StructureStart<?> start) Method parameters in net.minecraft.world with type arguments of type StructureStartModifier and TypeMethodDescriptionvoidStructureLocator.cache(ChunkPos pos, Map<StructureFeature<?>, StructureStart<?>> structureStarts) private static NbtCompoundChunkSerializer.writeStructures(StructureContext context, ChunkPos pos, Map<StructureFeature<?>, StructureStart<?>> starts, Map<StructureFeature<?>, LongSet> references) -
Uses of StructureStart in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type StructureStartModifier and TypeFieldDescriptionprivate final Map<StructureFeature<?>,StructureStart<?>> Chunk.structureStartsMethods in net.minecraft.world.chunk that return StructureStartModifier and TypeMethodDescriptionChunk.getStructureStart(StructureFeature<?> structure) ReadOnlyChunk.getStructureStart(StructureFeature<?> structure) Methods in net.minecraft.world.chunk that return types with arguments of type StructureStartModifier and TypeMethodDescriptionMap<StructureFeature<?>,StructureStart<?>> Chunk.getStructureStarts()Map<StructureFeature<?>,StructureStart<?>> ReadOnlyChunk.getStructureStarts()Methods in net.minecraft.world.chunk with parameters of type StructureStartModifier and TypeMethodDescriptionvoidChunk.setStructureStart(StructureFeature<?> structure, StructureStart<?> start) voidProtoChunk.setStructureStart(StructureFeature<?> structure, StructureStart<?> start) voidReadOnlyChunk.setStructureStart(StructureFeature<?> structure, StructureStart<?> start) Method parameters in net.minecraft.world.chunk with type arguments of type StructureStartModifier and TypeMethodDescriptionvoidChunk.setStructureStarts(Map<StructureFeature<?>, StructureStart<?>> structureStarts) voidReadOnlyChunk.setStructureStarts(Map<StructureFeature<?>, StructureStart<?>> structureStarts) -
Uses of StructureStart in net.minecraft.world.gen
Methods in net.minecraft.world.gen that return StructureStartModifier 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) Methods in net.minecraft.world.gen that return types with arguments of type StructureStartModifier and TypeMethodDescriptionList<? extends StructureStart<?>>StructureAccessor.getStructureStarts(ChunkSectionPos sectionPos, StructureFeature<?> feature) Returns a list of structure starts for this chunk.Methods in net.minecraft.world.gen with parameters of type StructureStartModifier and TypeMethodDescriptionvoidStructureAccessor.incrementReferences(StructureStart<?> structureStart) voidStructureAccessor.setStructureStart(ChunkSectionPos pos, StructureFeature<?> feature, StructureStart<?> structureStart, StructureHolder holder) -
Uses of StructureStart in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature that return StructureStartModifier 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.