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.method_41621
(StructureContext structureContext, NbtCompound nbtCompound, long long2) -
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<StructureType,
StructureStart> ChunkSerializer.readStructureStarts
(StructureContext context, NbtCompound nbt, long worldSeed) Methods in net.minecraft.world with parameters of type StructureStartModifier and TypeMethodDescriptionvoid
StructureHolder.setStructureStart
(StructureType structureType, StructureStart start) Method parameters in net.minecraft.world with type arguments of type StructureStartModifier and TypeMethodDescriptionvoid
StructureLocator.cache
(ChunkPos pos, Map<StructureType, StructureStart> structureStarts) private static NbtCompound
ChunkSerializer.writeStructures
(StructureContext context, ChunkPos pos, Map<StructureType, StructureStart> starts, Map<StructureType, 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<StructureType,
StructureStart> Chunk.structureStarts
Methods in net.minecraft.world.chunk that return StructureStartModifier and TypeMethodDescriptionChunk.getStructureStart
(StructureType structureType) ReadOnlyChunk.getStructureStart
(StructureType structureType) Methods in net.minecraft.world.chunk that return types with arguments of type StructureStartMethods in net.minecraft.world.chunk with parameters of type StructureStartModifier and TypeMethodDescriptionvoid
Chunk.setStructureStart
(StructureType structureType, StructureStart start) void
ProtoChunk.setStructureStart
(StructureType structureType, StructureStart start) void
ReadOnlyChunk.setStructureStart
(StructureType structureType, StructureStart start) Method parameters in net.minecraft.world.chunk with type arguments of type StructureStartModifier and TypeMethodDescriptionvoid
Chunk.setStructureStarts
(Map<StructureType, StructureStart> structureStarts) void
ReadOnlyChunk.setStructureStarts
(Map<StructureType, StructureStart> structureStarts) -
Uses of StructureStart in net.minecraft.world.gen
Methods in net.minecraft.world.gen that return StructureStartModifier and TypeMethodDescriptionStructureAccessor.getStructureAt
(BlockPos pos, StructureType structureFeature) StructureAccessor.getStructureContaining
(BlockPos pos, TagKey<StructureType> structureFeatureTag) StructureAccessor.getStructureContaining
(BlockPos pos, RegistryKey<StructureType> structureFeature) StructureAccessor.getStructureContaining
(BlockPos pos, StructureType structureFeature) Returns a structure that contains the givenpos
.StructureAccessor.getStructureStart
(ChunkSectionPos pos, StructureType structureFeature, StructureHolder holder) Methods in net.minecraft.world.gen that return types with arguments of type StructureStartModifier and TypeMethodDescriptionStructureAccessor.getStructureStarts
(ChunkSectionPos sectionPos, StructureType structureType) Returns a list of structure starts for this chunk.StructureAccessor.method_41035
(ChunkPos chunkPos, Predicate<StructureType> predicate) Methods in net.minecraft.world.gen with parameters of type StructureStartModifier and TypeMethodDescriptionvoid
StructureAccessor.incrementReferences
(StructureStart structureStart) void
StructureAccessor.setStructureStart
(ChunkSectionPos pos, StructureType structureFeature, 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.method_41032
(StructureType structureType, LongSet longSet, 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.method_41521
(StructureAccessor structureAccessor, StructureStart structureStart) -
Uses of StructureStart in net.minecraft.world.gen.structure
Methods in net.minecraft.world.gen.structure that return StructureStartModifier and TypeMethodDescriptionStructureType.createStructureStart
(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureManager structureManager, long seed, ChunkPos chunkPos, int references, HeightLimitView world, Predicate<RegistryEntry<Biome>> validBiomes)