Uses of Class
net.minecraft.world.level.chunk.ChunkGeneratorStructureState
Packages that use ChunkGeneratorStructureState
Package
Description
-
Uses of ChunkGeneratorStructureState in net.minecraft.server.level
Fields in net.minecraft.server.level declared as ChunkGeneratorStructureStateModifier and TypeFieldDescriptionprivate final ChunkGeneratorStructureStateChunkMap.chunkGeneratorStateMethods in net.minecraft.server.level that return ChunkGeneratorStructureStateModifier and TypeMethodDescriptionprotected ChunkGeneratorStructureStateChunkMap.generatorState()ServerChunkCache.getGeneratorState() -
Uses of ChunkGeneratorStructureState in net.minecraft.world.level.chunk
Methods in net.minecraft.world.level.chunk that return ChunkGeneratorStructureStateModifier and TypeMethodDescriptionstatic ChunkGeneratorStructureStateChunkGeneratorStructureState.createForFlat(RandomState randomState, long levelSeed, BiomeSource biomeSource, Stream<Holder<StructureSet>> structureOverrides) static ChunkGeneratorStructureStateChunkGeneratorStructureState.createForNormal(RandomState randomState, long levelSeed, BiomeSource biomeSource, HolderLookup<StructureSet> allStructures) ChunkGenerator.createState(HolderLookup<StructureSet> structureSets, RandomState randomState, long legacyLevelSeed) Methods in net.minecraft.world.level.chunk with parameters of type ChunkGeneratorStructureStateModifier and TypeMethodDescriptionvoidChunkGenerator.createStructures(RegistryAccess registryAccess, ChunkGeneratorStructureState state, StructureManager structureManager, ChunkAccess centerChunk, StructureTemplateManager structureTemplateManager, ResourceKey<Level> level) -
Uses of ChunkGeneratorStructureState in net.minecraft.world.level.levelgen
Methods in net.minecraft.world.level.levelgen that return ChunkGeneratorStructureStateModifier and TypeMethodDescriptionFlatLevelSource.createState(HolderLookup<StructureSet> structureSets, RandomState randomState, long levelSeed) -
Uses of ChunkGeneratorStructureState in net.minecraft.world.level.levelgen.structure.placement
Methods in net.minecraft.world.level.levelgen.structure.placement with parameters of type ChunkGeneratorStructureStateModifier and TypeMethodDescriptionbooleanStructurePlacement.applyInteractionsWithOtherStructures(ChunkGeneratorStructureState state, int sourceX, int sourceZ) protected booleanConcentricRingsStructurePlacement.isPlacementChunk(ChunkGeneratorStructureState generatorState, int sourceX, int sourceZ) protected booleanRandomSpreadStructurePlacement.isPlacementChunk(ChunkGeneratorStructureState state, int sourceX, int sourceZ) protected abstract booleanStructurePlacement.isPlacementChunk(ChunkGeneratorStructureState state, int sourceX, int sourceZ) private booleanStructurePlacement.ExclusionZone.isPlacementForbidden(ChunkGeneratorStructureState state, int sourceX, int sourceZ) Deprecated.booleanStructurePlacement.isStructureChunk(ChunkGeneratorStructureState state, int sourceX, int sourceZ)