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.structure
Fields in net.minecraft.structure declared as StructureStartMethods in net.minecraft.structure that return StructureStartModifier and TypeMethodDescriptionstatic @Nullable StructureStart
StructureStart.fromNbt
(StructureContext context, NbtCompound nbt, long seed) -
Uses of StructureStart in net.minecraft.world
Methods in net.minecraft.world that return StructureStartMethods in net.minecraft.world that return types with arguments of type StructureStartModifier and TypeMethodDescriptionprivate static Map
<Structure, StructureStart> ChunkSerializer.readStructureStarts
(StructureContext context, NbtCompound nbt, long worldSeed) Methods in net.minecraft.world with parameters of type StructureStartModifier and TypeMethodDescriptionvoid
StructureHolder.setStructureStart
(Structure structure, StructureStart start) Method parameters in net.minecraft.world with type arguments of type StructureStartModifier and TypeMethodDescriptionvoid
StructureLocator.cache
(ChunkPos pos, Map<Structure, StructureStart> structureStarts) private static NbtCompound
ChunkSerializer.writeStructures
(StructureContext context, ChunkPos pos, Map<Structure, StructureStart> starts, Map<Structure, 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
<Structure, StructureStart> Chunk.structureStarts
Methods in net.minecraft.world.chunk that return StructureStartModifier and TypeMethodDescriptionChunk.getStructureStart
(Structure structure) WrapperProtoChunk.getStructureStart
(Structure structure) Methods in net.minecraft.world.chunk that return types with arguments of type StructureStartModifier and TypeMethodDescriptionChunk.getStructureStarts()
WrapperProtoChunk.getStructureStarts()
Methods in net.minecraft.world.chunk with parameters of type StructureStartModifier and TypeMethodDescriptionvoid
Chunk.setStructureStart
(Structure structure, StructureStart start) void
ProtoChunk.setStructureStart
(Structure structure, StructureStart start) void
WrapperProtoChunk.setStructureStart
(Structure structure, StructureStart start) Method parameters in net.minecraft.world.chunk with type arguments of type StructureStartModifier and TypeMethodDescriptionvoid
Chunk.setStructureStarts
(Map<Structure, StructureStart> structureStarts) void
WrapperProtoChunk.setStructureStarts
(Map<Structure, StructureStart> structureStarts) -
Uses of StructureStart in net.minecraft.world.gen
Methods in net.minecraft.world.gen that return StructureStartModifier and TypeMethodDescriptionStructureAccessor.getStructureAt
(BlockPos pos, Structure structure) StructureAccessor.getStructureContaining
(BlockPos pos, Predicate<RegistryEntry<Structure>> predicate) StructureAccessor.getStructureContaining
(BlockPos pos, RegistryEntryList<Structure> structures) StructureAccessor.getStructureContaining
(BlockPos pos, TagKey<Structure> tag) StructureAccessor.getStructureContaining
(BlockPos pos, Structure structure) Returns a structure that contains the givenpos
.StructureAccessor.getStructureStart
(ChunkSectionPos pos, Structure structure, StructureHolder holder) Methods in net.minecraft.world.gen that return types with arguments of type StructureStartModifier and TypeMethodDescriptionStructureAccessor.getStructureStarts
(ChunkPos pos, Predicate<Structure> predicate) StructureAccessor.getStructureStarts
(ChunkSectionPos sectionPos, Structure structure) Returns a list of structure starts for this chunk.Methods in net.minecraft.world.gen with parameters of type StructureStartModifier and TypeMethodDescriptionvoid
StructureAccessor.incrementReferences
(StructureStart structureStart) void
StructureAccessor.setStructureStart
(ChunkSectionPos pos, Structure structure, StructureStart structureStart, StructureHolder holder) boolean
StructureAccessor.structureContains
(BlockPos pos, StructureStart structureStart) Method parameters in net.minecraft.world.gen with type arguments of type StructureStartModifier and TypeMethodDescriptionvoid
StructureAccessor.acceptStructureStarts
(Structure structure, LongSet structureStartPositions, Consumer<StructureStart> consumer) -
Uses of StructureStart in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type StructureStartModifier and TypeMethodDescriptionprivate static boolean
ChunkGenerator.checkNotReferenced
(StructureAccessor structureAccessor, StructureStart start) -
Uses of StructureStart in net.minecraft.world.gen.structure
Methods in net.minecraft.world.gen.structure that return StructureStartModifier and TypeMethodDescriptionStructure.createStructureStart
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureTemplateManager structureTemplateManager, long seed, ChunkPos chunkPos, int references, HeightLimitView world, Predicate<RegistryEntry<Biome>> validBiomes)