Uses of Class
net.minecraft.structure.StructureStart
-
Uses of StructureStart in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type StructureStart Modifier and Type Method Description static 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 StructureStart Modifier and Type Method Description Stream<? extends StructureStart<?>>ServerWorld. getStructures(ChunkSectionPos pos, StructureFeature<?> feature) -
Uses of StructureStart in net.minecraft.structure
Subclasses of StructureStart in net.minecraft.structure Modifier and Type Class Description classMarginedStructureStart<C extends FeatureConfig>Fields in net.minecraft.structure declared as StructureStart Modifier and Type Field Description static StructureStart<?>StructureStart. DEFAULT -
Uses of StructureStart in net.minecraft.world
Methods in net.minecraft.world that return StructureStart Modifier and Type Method Description @Nullable StructureStart<?>StructureHolder. getStructureStart(StructureFeature<?> structure)Methods in net.minecraft.world that return types with arguments of type StructureStart Modifier and Type Method Description Stream<? 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 StructureStart Modifier and Type Method Description voidStructureHolder. setStructureStart(StructureFeature<?> structure, StructureStart<?> start)Method parameters in net.minecraft.world with type arguments of type StructureStart Modifier and Type Method Description private static NbtCompoundChunkSerializer. writeStructures(ServerWorld serverWorld, 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 StructureStart Modifier and Type Field Description private Map<StructureFeature<?>,StructureStart<?>>ProtoChunk. structureStartsprivate Map<StructureFeature<?>,StructureStart<?>>WorldChunk. structureStartsMethods in net.minecraft.world.chunk that return StructureStart Modifier and Type Method Description @Nullable StructureStart<?>ProtoChunk. getStructureStart(StructureFeature<?> structure)@Nullable StructureStart<?>ReadOnlyChunk. getStructureStart(StructureFeature<?> structure)@Nullable StructureStart<?>WorldChunk. getStructureStart(StructureFeature<?> structure)Methods in net.minecraft.world.chunk that return types with arguments of type StructureStart Modifier and Type Method Description Map<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 StructureStart Modifier and Type Method Description voidProtoChunk. setStructureStart(StructureFeature<?> structure, StructureStart<?> start)voidReadOnlyChunk. setStructureStart(StructureFeature<?> structure, StructureStart<?> start)voidWorldChunk. setStructureStart(StructureFeature<?> structure, StructureStart<?> start)Method parameters in net.minecraft.world.chunk with type arguments of type StructureStart Modifier and Type Method Description voidChunk. setStructureStarts(Map<StructureFeature<?>,StructureStart<?>> structureStarts)voidProtoChunk. setStructureStarts(Map<StructureFeature<?>,StructureStart<?>> structureStarts)voidReadOnlyChunk. setStructureStarts(Map<StructureFeature<?>,StructureStart<?>> structureStarts)voidWorldChunk. setStructureStarts(Map<StructureFeature<?>,StructureStart<?>> structureStarts) -
Uses of StructureStart in net.minecraft.world.gen
Methods in net.minecraft.world.gen that return StructureStart Modifier and Type Method Description StructureStart<?>StructureAccessor. getStructureAt(BlockPos pos, boolean matchChildren, StructureFeature<?> feature)@Nullable StructureStart<?>StructureAccessor. getStructureStart(ChunkSectionPos pos, StructureFeature<?> feature, StructureHolder holder)Methods in net.minecraft.world.gen that return types with arguments of type StructureStart Modifier and Type Method Description Stream<? extends StructureStart<?>>StructureAccessor. getStructuresWithChildren(ChunkSectionPos pos, StructureFeature<?> feature)Methods in net.minecraft.world.gen with parameters of type StructureStart Modifier and Type Method Description voidStructureAccessor. 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.feature Modifier and Type Class Description static classBuriedTreasureFeature.Startstatic classDesertPyramidFeature.Startstatic classEndCityFeature.Startstatic classIglooFeature.Startstatic classJigsawFeature.Startstatic classJungleTempleFeature.Startstatic classMineshaftFeature.Startstatic classNetherFortressFeature.Startstatic classNetherFossilFeature.Startstatic classOceanMonumentFeature.Startstatic classOceanRuinFeature.Startstatic classRuinedPortalFeature.Startstatic classShipwreckFeature.Startstatic classStrongholdFeature.Startstatic classSwampHutFeature.Startstatic classWoodlandMansionFeature.StartMethods in net.minecraft.world.gen.feature that return StructureStart Modifier and Type Method Description StructureStart<C>StructureFeature.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)StructureStart<?>ConfiguredStructureFeature. tryPlaceStart(DynamicRegistryManager registryManager, ChunkGenerator chunkGenerator, BiomeSource biomeSource, StructureManager structureManager, long worldSeed, ChunkPos chunkPos, Biome biome, int referenceCount, StructureConfig structureConfig, HeightLimitView heightLimitView)StructureStart<?>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.