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 void
DebugInfoSender.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 TypeMethodDescriptionStream<? extends StructureStart<?>>
ServerWorld.getStructures(ChunkSectionPos pos, StructureFeature<?> feature)
-
Uses of StructureStart in net.minecraft.structure
Subclasses of StructureStart in net.minecraft.structureFields 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 TypeMethodDescriptionStream<? extends StructureStart<?>>
ChunkRegion.getStructures(ChunkSectionPos pos, StructureFeature<?> feature)
Stream<? extends StructureStart<?>>
StructureWorldAccess.getStructures(ChunkSectionPos pos, StructureFeature<?> feature)
private static Map<StructureFeature<?>,StructureStart<?>>
ChunkSerializer.readStructureStarts(ServerWorld serverWorld, NbtCompound nbt, long worldSeed)
Methods in net.minecraft.world with parameters of type StructureStartModifier and TypeMethodDescriptionvoid
StructureHolder.setStructureStart(StructureFeature<?> structure, StructureStart<?> start)
Method parameters in net.minecraft.world with type arguments of type StructureStartModifier and TypeMethodDescriptionprivate static NbtCompound
ChunkSerializer.writeStructures(ServerWorld world, ChunkPos chunkPos, Map<StructureFeature<?>,StructureStart<?>> map, Map<StructureFeature<?>,LongSet> map2)
-
Uses of StructureStart in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type StructureStartModifier and TypeFieldDescriptionprivate Map<StructureFeature<?>,StructureStart<?>>
ProtoChunk.structureStarts
private Map<StructureFeature<?>,StructureStart<?>>
WorldChunk.structureStarts
Methods in net.minecraft.world.chunk that return StructureStartModifier and TypeMethodDescriptionProtoChunk.getStructureStart(StructureFeature<?> structure)
ReadOnlyChunk.getStructureStart(StructureFeature<?> structure)
WorldChunk.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<?>>
ProtoChunk.getStructureStarts()
Map<StructureFeature<?>,StructureStart<?>>
ReadOnlyChunk.getStructureStarts()
Map<StructureFeature<?>,StructureStart<?>>
WorldChunk.getStructureStarts()
Methods in net.minecraft.world.chunk with parameters of type StructureStartModifier and TypeMethodDescriptionvoid
ProtoChunk.setStructureStart(StructureFeature<?> structure, StructureStart<?> start)
void
ReadOnlyChunk.setStructureStart(StructureFeature<?> structure, StructureStart<?> start)
void
WorldChunk.setStructureStart(StructureFeature<?> structure, StructureStart<?> start)
Method parameters in net.minecraft.world.chunk with type arguments of type StructureStartModifier and TypeMethodDescriptionvoid
Chunk.setStructureStarts(Map<StructureFeature<?>,StructureStart<?>> structureStarts)
void
ProtoChunk.setStructureStarts(Map<StructureFeature<?>,StructureStart<?>> structureStarts)
void
ReadOnlyChunk.setStructureStarts(Map<StructureFeature<?>,StructureStart<?>> structureStarts)
void
WorldChunk.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, boolean matchChildren, StructureFeature<?> feature)
StructureAccessor.getStructureStart(ChunkSectionPos pos, StructureFeature<?> feature, StructureHolder holder)
Methods in net.minecraft.world.gen that return types with arguments of type StructureStartModifier and TypeMethodDescriptionStream<? extends StructureStart<?>>
StructureAccessor.getStructuresWithChildren(ChunkSectionPos pos, StructureFeature<?> feature)
Methods in net.minecraft.world.gen with parameters of type StructureStartModifier and TypeMethodDescriptionvoid
StructureAccessor.setStructureStart(ChunkSectionPos pos, StructureFeature<?> feature, StructureStart<?> structureStart, StructureHolder holder)
-
Uses of StructureStart in net.minecraft.world.gen.feature
Subclasses of StructureStart in net.minecraft.world.gen.featureModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Methods in net.minecraft.world.gen.feature that return StructureStartModifier and TypeMethodDescriptionStructureFeature.StructureStartFactory.create(StructureFeature<C> feature, ChunkPos pos, int int2, long long2)
private StructureStart<C>
StructureFeature.createStart(ChunkPos pos, int int2, long long2)
static @Nullable StructureStart<?>
StructureFeature.readStructureStart(ServerWorld world, NbtCompound nbt, long worldSeed)
ConfiguredStructureFeature.tryPlaceStart(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos chunkPos, Biome biome, int referenceCount, StructureConfig structureConfig, HeightLimitView heightLimitView)
StructureFeature.tryPlaceStart(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator generator, BiomeSource biomeSource, StructureManager manager, long worldSeed, ChunkPos pos, Biome biome, int referenceCount, ChunkRandom random, StructureConfig structureConfig, C config, HeightLimitView world)
Tries to place a starting point for this type of structure in the given chunk.