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.structure
Fields in net.minecraft.structure declared as StructureStartMethods in net.minecraft.structure that return StructureStartModifier and TypeMethodDescriptionstatic @Nullable StructureStartStructureStart.method_41621(StructureContext structureContext, NbtCompound nbtCompound, long long2) -
Uses of StructureStart in net.minecraft.world
Methods in net.minecraft.world that return StructureStartModifier and TypeMethodDescriptionStructureHolder.getStructureStart(StructureFeature structureFeature) Methods in net.minecraft.world that return types with arguments of type StructureStartModifier and TypeMethodDescriptionprivate 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 structureFeature, 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 structureFeature) ReadOnlyChunk.getStructureStart(StructureFeature structureFeature) 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 TypeMethodDescriptionvoidChunk.setStructureStart(StructureFeature structureFeature, StructureStart start) voidProtoChunk.setStructureStart(StructureFeature structureFeature, StructureStart start) voidReadOnlyChunk.setStructureStart(StructureFeature structureFeature, 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.getStructureContaining(BlockPos pos, TagKey<StructureFeature> structureFeatureTag) StructureAccessor.getStructureContaining(BlockPos pos, RegistryKey<StructureFeature> structureFeature) StructureAccessor.getStructureContaining(BlockPos pos, StructureFeature structureFeature) Returns a structure that contains the givenpos.StructureAccessor.getStructureStart(ChunkSectionPos pos, StructureFeature structureFeature, StructureHolder holder) Methods in net.minecraft.world.gen that return types with arguments of type StructureStartModifier and TypeMethodDescriptionStructureAccessor.getStructureStarts(ChunkSectionPos sectionPos, StructureFeature structureFeature) Returns a list of structure starts for this chunk.StructureAccessor.method_41035(ChunkSectionPos chunkSectionPos, Predicate<StructureFeature> predicate) Methods in net.minecraft.world.gen with parameters of type StructureStartModifier and TypeMethodDescriptionvoidStructureAccessor.incrementReferences(StructureStart structureStart) voidStructureAccessor.setStructureStart(ChunkSectionPos pos, StructureFeature structureFeature, StructureStart structureStart, StructureHolder holder) booleanStructureAccessor.structureContains(BlockPos pos, StructureStart structureStart) Method parameters in net.minecraft.world.gen with type arguments of type StructureStartModifier and TypeMethodDescriptionvoidStructureAccessor.method_41032(StructureFeature structureFeature, 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 booleanChunkGenerator.method_41521(StructureAccessor structureAccessor, StructureStart structureStart) -
Uses of StructureStart in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature that return StructureStartModifier and TypeMethodDescriptionStructureFeature.method_41614(DynamicRegistryManager dynamicRegistryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, NoiseConfig noiseConfig, StructureManager structureManager, long long2, ChunkPos chunkPos, int int2, HeightLimitView heightLimitView, Predicate<RegistryEntry<Biome>> predicate)