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(class_6625 class_6625, 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 TypeMethodDescriptionprivate static NbtCompoundChunkSerializer.writeStructures(class_6625 class_6625, 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) 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<?> structureFeature) StructureAccessor.getStructureStart(ChunkSectionPos pos, StructureFeature<?> feature, StructureHolder holder) StructureAccessor.method_38854(BlockPos blockPos, StructureFeature<?> structureFeature) Methods in net.minecraft.world.gen that return types with arguments of type StructureStartModifier and TypeMethodDescriptionList<? extends StructureStart<?>>StructureAccessor.method_38853(ChunkSectionPos chunkSectionPos, StructureFeature<?> structureFeature) Methods in net.minecraft.world.gen with parameters of type StructureStartModifier and TypeMethodDescriptionvoidStructureAccessor.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(class_6625 class_6625, NbtCompound nbt, long worldSeed) ConfiguredStructureFeature.tryPlaceStart(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos chunkPos, int int2, StructureConfig structureConfig, HeightLimitView heightLimitView, Predicate<Biome> predicate) StructureFeature.tryPlaceStart(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator generator, BiomeSource biomeSource, StructureManager manager, long worldSeed, ChunkPos pos, int int2, ChunkRandom chunkRandom, StructureConfig structureConfig, C c, HeightLimitView heightLimitView, Predicate<Biome> predicate) Tries to place a starting point for this type of structure in the given chunk.