Uses of Class
net.minecraft.world.level.StructureFeatureManager
Package
Description
-
Uses of StructureFeatureManager in net.minecraft.server.level
Modifier and TypeFieldDescriptionprivate StructureFeatureManager
ServerLevel.structureFeatureManager
private StructureFeatureManager
WorldGenRegion.structureFeatureManager
-
Uses of StructureFeatureManager in net.minecraft.world.level
Modifier and TypeMethodDescriptionStructureFeatureManager.forWorldGenRegion(WorldGenRegion p_47273_)
Modifier and TypeMethodDescriptionprivate static boolean
NaturalSpawner.canSpawnMobAt(ServerLevel p_47004_, StructureFeatureManager p_47005_, ChunkGenerator p_47006_, MobCategory p_47007_, MobSpawnSettings.SpawnerData p_47008_, BlockPos p_47009_)
private static Optional<MobSpawnSettings.SpawnerData>
NaturalSpawner.getRandomSpawnMobAt(ServerLevel p_151599_, StructureFeatureManager p_151600_, ChunkGenerator p_151601_, MobCategory p_151602_, Random p_151603_, BlockPos p_151604_)
private static boolean
NaturalSpawner.isValidSpawnPostitionForType(ServerLevel p_46996_, MobCategory p_46997_, StructureFeatureManager p_46998_, ChunkGenerator p_46999_, MobSpawnSettings.SpawnerData p_47000_, BlockPos.MutableBlockPos p_47001_, double p_47002_)
private static WeightedRandomList<MobSpawnSettings.SpawnerData>
NaturalSpawner.mobsAt(ServerLevel p_151592_, StructureFeatureManager p_151593_, ChunkGenerator p_151594_, MobCategory p_151595_, BlockPos p_151596_, Biome p_151597_)
-
Uses of StructureFeatureManager in net.minecraft.world.level.biome
Modifier and TypeMethodDescriptionvoid
Biome.generate(StructureFeatureManager p_47485_, ChunkGenerator p_47486_, WorldGenRegion p_47487_, long p_47488_, WorldgenRandom p_47489_, BlockPos p_47490_)
-
Uses of StructureFeatureManager in net.minecraft.world.level.chunk
Modifier and TypeMethodDescriptionvoid
ChunkGenerator.applyBiomeDecoration(WorldGenRegion p_62168_, StructureFeatureManager p_62169_)
void
ChunkGenerator.createReferences(WorldGenLevel p_62178_, StructureFeatureManager p_62179_, ChunkAccess p_62180_)
private void
ChunkGenerator.createStructure(ConfiguredStructureFeature<?,?> p_156164_, RegistryAccess p_156165_, StructureFeatureManager p_156166_, ChunkAccess p_156167_, StructureManager p_156168_, long p_156169_, Biome p_156170_)
void
ChunkGenerator.createStructures(RegistryAccess p_62200_, StructureFeatureManager p_62201_, ChunkAccess p_62202_, StructureManager p_62203_, long p_62204_)
abstract CompletableFuture<ChunkAccess>
ChunkGenerator.fillFromNoise(Executor p_156171_, StructureFeatureManager p_156172_, ChunkAccess p_156173_)
ChunkGenerator.getMobsAt(Biome p_156158_, StructureFeatureManager p_156159_, MobCategory p_156160_, BlockPos p_156161_)
-
Uses of StructureFeatureManager in net.minecraft.world.level.levelgen
Modifier and TypeMethodDescriptionvoid
DebugLevelSource.applyBiomeDecoration(WorldGenRegion p_64137_, StructureFeatureManager p_64138_)
protected ChunkAccess
NoiseBasedChunkGenerator.doFill(StructureFeatureManager p_158428_, ChunkAccess p_158429_, int p_158430_, int p_158431_)
DebugLevelSource.fillFromNoise(Executor p_158238_, StructureFeatureManager p_158239_, ChunkAccess p_158240_)
FlatLevelSource.fillFromNoise(Executor p_158281_, StructureFeatureManager p_158282_, ChunkAccess p_158283_)
NoiseBasedChunkGenerator.fillFromNoise(Executor p_158463_, StructureFeatureManager p_158464_, ChunkAccess p_158465_)
NoiseBasedChunkGenerator.getMobsAt(Biome p_158433_, StructureFeatureManager p_158434_, MobCategory p_158435_, BlockPos p_158436_)
ModifierConstructorDescriptionprotected
Beardifier(StructureFeatureManager p_158070_, ChunkAccess p_158071_)
-
Uses of StructureFeatureManager in net.minecraft.world.level.levelgen.feature
Modifier and TypeMethodDescriptionStructureFeature.getNearestGeneratedFeature(LevelReader p_67047_, StructureFeatureManager p_67048_, BlockPos p_67049_, int p_67050_, boolean p_67051_, long p_67052_, StructureFeatureConfiguration p_67053_)
void
OceanMonumentFeature.OceanMonumentStart.placeInChunk(WorldGenLevel p_66505_, StructureFeatureManager p_66506_, ChunkGenerator p_66507_, Random p_66508_, BoundingBox p_66509_, ChunkPos p_66510_)
void
WoodlandMansionFeature.WoodlandMansionStart.placeInChunk(WorldGenLevel p_67458_, StructureFeatureManager p_67459_, ChunkGenerator p_67460_, Random p_67461_, BoundingBox p_67462_, ChunkPos p_67463_)
-
Uses of StructureFeatureManager in net.minecraft.world.level.levelgen.feature.structures
Modifier and TypeMethodDescriptionboolean
EmptyPoolElement.place(StructureManager p_68861_, WorldGenLevel p_68862_, StructureFeatureManager p_68863_, ChunkGenerator p_68864_, BlockPos p_68865_, BlockPos p_68866_, Rotation p_68867_, BoundingBox p_68868_, Random p_68869_, boolean p_68870_)
boolean
FeaturePoolElement.place(StructureManager p_68895_, WorldGenLevel p_68896_, StructureFeatureManager p_68897_, ChunkGenerator p_68898_, BlockPos p_68899_, BlockPos p_68900_, Rotation p_68901_, BoundingBox p_68902_, Random p_68903_, boolean p_68904_)
boolean
ListPoolElement.place(StructureManager p_69074_, WorldGenLevel p_69075_, StructureFeatureManager p_69076_, ChunkGenerator p_69077_, BlockPos p_69078_, BlockPos p_69079_, Rotation p_69080_, BoundingBox p_69081_, Random p_69082_, boolean p_69083_)
boolean
SinglePoolElement.place(StructureManager p_69122_, WorldGenLevel p_69123_, StructureFeatureManager p_69124_, ChunkGenerator p_69125_, BlockPos p_69126_, BlockPos p_69127_, Rotation p_69128_, BoundingBox p_69129_, Random p_69130_, boolean p_69131_)
abstract boolean
StructurePoolElement.place(StructureManager p_69173_, WorldGenLevel p_69174_, StructureFeatureManager p_69175_, ChunkGenerator p_69176_, BlockPos p_69177_, BlockPos p_69178_, Rotation p_69179_, BoundingBox p_69180_, Random p_69181_, boolean p_69182_)
-
Uses of StructureFeatureManager in net.minecraft.world.level.levelgen.structure
Modifier and TypeMethodDescriptionboolean
PoolElementStructurePiece.place(WorldGenLevel p_72628_, StructureFeatureManager p_72629_, ChunkGenerator p_72630_, Random p_72631_, BoundingBox p_72632_, BlockPos p_72633_, boolean p_72634_)
void
StructureStart.placeInChunk(WorldGenLevel p_73584_, StructureFeatureManager p_73585_, ChunkGenerator p_73586_, Random p_73587_, BoundingBox p_73588_, ChunkPos p_73589_)
boolean
BuriedTreasurePieces.BuriedTreasurePiece.postProcess(WorldGenLevel p_71070_, StructureFeatureManager p_71071_, ChunkGenerator p_71072_, Random p_71073_, BoundingBox p_71074_, ChunkPos p_71075_, BlockPos p_71076_)
boolean
DesertPyramidPiece.postProcess(WorldGenLevel p_71090_, StructureFeatureManager p_71091_, ChunkGenerator p_71092_, Random p_71093_, BoundingBox p_71094_, ChunkPos p_71095_, BlockPos p_71096_)
boolean
IglooPieces.IglooPiece.postProcess(WorldGenLevel p_71250_, StructureFeatureManager p_71251_, ChunkGenerator p_71252_, Random p_71253_, BoundingBox p_71254_, ChunkPos p_71255_, BlockPos p_71256_)
boolean
JunglePyramidPiece.postProcess(WorldGenLevel p_71281_, StructureFeatureManager p_71282_, ChunkGenerator p_71283_, Random p_71284_, BoundingBox p_71285_, ChunkPos p_71286_, BlockPos p_71287_)
boolean
MineShaftPieces.MineShaftCorridor.postProcess(WorldGenLevel p_71382_, StructureFeatureManager p_71383_, ChunkGenerator p_71384_, Random p_71385_, BoundingBox p_71386_, ChunkPos p_71387_, BlockPos p_71388_)
boolean
MineShaftPieces.MineShaftCrossing.postProcess(WorldGenLevel p_71438_, StructureFeatureManager p_71439_, ChunkGenerator p_71440_, Random p_71441_, BoundingBox p_71442_, ChunkPos p_71443_, BlockPos p_71444_)
boolean
MineShaftPieces.MineShaftRoom.postProcess(WorldGenLevel p_71499_, StructureFeatureManager p_71500_, ChunkGenerator p_71501_, Random p_71502_, BoundingBox p_71503_, ChunkPos p_71504_, BlockPos p_71505_)
boolean
MineShaftPieces.MineShaftStairs.postProcess(WorldGenLevel p_71521_, StructureFeatureManager p_71522_, ChunkGenerator p_71523_, Random p_71524_, BoundingBox p_71525_, ChunkPos p_71526_, BlockPos p_71527_)
boolean
NetherBridgePieces.BridgeCrossing.postProcess(WorldGenLevel p_71579_, StructureFeatureManager p_71580_, ChunkGenerator p_71581_, Random p_71582_, BoundingBox p_71583_, ChunkPos p_71584_, BlockPos p_71585_)
boolean
NetherBridgePieces.BridgeEndFiller.postProcess(WorldGenLevel p_71607_, StructureFeatureManager p_71608_, ChunkGenerator p_71609_, Random p_71610_, BoundingBox p_71611_, ChunkPos p_71612_, BlockPos p_71613_)
boolean
NetherBridgePieces.BridgeStraight.postProcess(WorldGenLevel p_71633_, StructureFeatureManager p_71634_, ChunkGenerator p_71635_, Random p_71636_, BoundingBox p_71637_, ChunkPos p_71638_, BlockPos p_71639_)
boolean
NetherBridgePieces.CastleCorridorStairsPiece.postProcess(WorldGenLevel p_71660_, StructureFeatureManager p_71661_, ChunkGenerator p_71662_, Random p_71663_, BoundingBox p_71664_, ChunkPos p_71665_, BlockPos p_71666_)
boolean
NetherBridgePieces.CastleCorridorTBalconyPiece.postProcess(WorldGenLevel p_71686_, StructureFeatureManager p_71687_, ChunkGenerator p_71688_, Random p_71689_, BoundingBox p_71690_, ChunkPos p_71691_, BlockPos p_71692_)
boolean
NetherBridgePieces.CastleEntrance.postProcess(WorldGenLevel p_71713_, StructureFeatureManager p_71714_, ChunkGenerator p_71715_, Random p_71716_, BoundingBox p_71717_, ChunkPos p_71718_, BlockPos p_71719_)
boolean
NetherBridgePieces.CastleSmallCorridorCrossingPiece.postProcess(WorldGenLevel p_71740_, StructureFeatureManager p_71741_, ChunkGenerator p_71742_, Random p_71743_, BoundingBox p_71744_, ChunkPos p_71745_, BlockPos p_71746_)
boolean
NetherBridgePieces.CastleSmallCorridorLeftTurnPiece.postProcess(WorldGenLevel p_71768_, StructureFeatureManager p_71769_, ChunkGenerator p_71770_, Random p_71771_, BoundingBox p_71772_, ChunkPos p_71773_, BlockPos p_71774_)
boolean
NetherBridgePieces.CastleSmallCorridorPiece.postProcess(WorldGenLevel p_71797_, StructureFeatureManager p_71798_, ChunkGenerator p_71799_, Random p_71800_, BoundingBox p_71801_, ChunkPos p_71802_, BlockPos p_71803_)
boolean
NetherBridgePieces.CastleSmallCorridorRightTurnPiece.postProcess(WorldGenLevel p_71825_, StructureFeatureManager p_71826_, ChunkGenerator p_71827_, Random p_71828_, BoundingBox p_71829_, ChunkPos p_71830_, BlockPos p_71831_)
boolean
NetherBridgePieces.CastleStalkRoom.postProcess(WorldGenLevel p_71854_, StructureFeatureManager p_71855_, ChunkGenerator p_71856_, Random p_71857_, BoundingBox p_71858_, ChunkPos p_71859_, BlockPos p_71860_)
boolean
NetherBridgePieces.MonsterThrone.postProcess(WorldGenLevel p_71881_, StructureFeatureManager p_71882_, ChunkGenerator p_71883_, Random p_71884_, BoundingBox p_71885_, ChunkPos p_71886_, BlockPos p_71887_)
boolean
NetherBridgePieces.RoomCrossing.postProcess(WorldGenLevel p_71975_, StructureFeatureManager p_71976_, ChunkGenerator p_71977_, Random p_71978_, BoundingBox p_71979_, ChunkPos p_71980_, BlockPos p_71981_)
boolean
NetherBridgePieces.StairsRoom.postProcess(WorldGenLevel p_72001_, StructureFeatureManager p_72002_, ChunkGenerator p_72003_, Random p_72004_, BoundingBox p_72005_, ChunkPos p_72006_, BlockPos p_72007_)
boolean
NetherFossilPieces.NetherFossilPiece.postProcess(WorldGenLevel p_72074_, StructureFeatureManager p_72075_, ChunkGenerator p_72076_, Random p_72077_, BoundingBox p_72078_, ChunkPos p_72079_, BlockPos p_72080_)
boolean
OceanMonumentPieces.MonumentBuilding.postProcess(WorldGenLevel p_72168_, StructureFeatureManager p_72169_, ChunkGenerator p_72170_, Random p_72171_, BoundingBox p_72172_, ChunkPos p_72173_, BlockPos p_72174_)
boolean
OceanMonumentPieces.OceanMonumentCoreRoom.postProcess(WorldGenLevel p_72218_, StructureFeatureManager p_72219_, ChunkGenerator p_72220_, Random p_72221_, BoundingBox p_72222_, ChunkPos p_72223_, BlockPos p_72224_)
boolean
OceanMonumentPieces.OceanMonumentDoubleXRoom.postProcess(WorldGenLevel p_72232_, StructureFeatureManager p_72233_, ChunkGenerator p_72234_, Random p_72235_, BoundingBox p_72236_, ChunkPos p_72237_, BlockPos p_72238_)
boolean
OceanMonumentPieces.OceanMonumentDoubleXYRoom.postProcess(WorldGenLevel p_72246_, StructureFeatureManager p_72247_, ChunkGenerator p_72248_, Random p_72249_, BoundingBox p_72250_, ChunkPos p_72251_, BlockPos p_72252_)
boolean
OceanMonumentPieces.OceanMonumentDoubleYRoom.postProcess(WorldGenLevel p_72260_, StructureFeatureManager p_72261_, ChunkGenerator p_72262_, Random p_72263_, BoundingBox p_72264_, ChunkPos p_72265_, BlockPos p_72266_)
boolean
OceanMonumentPieces.OceanMonumentDoubleYZRoom.postProcess(WorldGenLevel p_72274_, StructureFeatureManager p_72275_, ChunkGenerator p_72276_, Random p_72277_, BoundingBox p_72278_, ChunkPos p_72279_, BlockPos p_72280_)
boolean
OceanMonumentPieces.OceanMonumentDoubleZRoom.postProcess(WorldGenLevel p_72288_, StructureFeatureManager p_72289_, ChunkGenerator p_72290_, Random p_72291_, BoundingBox p_72292_, ChunkPos p_72293_, BlockPos p_72294_)
boolean
OceanMonumentPieces.OceanMonumentEntryRoom.postProcess(WorldGenLevel p_72302_, StructureFeatureManager p_72303_, ChunkGenerator p_72304_, Random p_72305_, BoundingBox p_72306_, ChunkPos p_72307_, BlockPos p_72308_)
boolean
OceanMonumentPieces.OceanMonumentPenthouse.postProcess(WorldGenLevel p_72316_, StructureFeatureManager p_72317_, ChunkGenerator p_72318_, Random p_72319_, BoundingBox p_72320_, ChunkPos p_72321_, BlockPos p_72322_)
boolean
OceanMonumentPieces.OceanMonumentSimpleRoom.postProcess(WorldGenLevel p_72406_, StructureFeatureManager p_72407_, ChunkGenerator p_72408_, Random p_72409_, BoundingBox p_72410_, ChunkPos p_72411_, BlockPos p_72412_)
boolean
OceanMonumentPieces.OceanMonumentSimpleTopRoom.postProcess(WorldGenLevel p_72420_, StructureFeatureManager p_72421_, ChunkGenerator p_72422_, Random p_72423_, BoundingBox p_72424_, ChunkPos p_72425_, BlockPos p_72426_)
boolean
OceanMonumentPieces.OceanMonumentWingRoom.postProcess(WorldGenLevel p_72436_, StructureFeatureManager p_72437_, ChunkGenerator p_72438_, Random p_72439_, BoundingBox p_72440_, ChunkPos p_72441_, BlockPos p_72442_)
boolean
OceanRuinPieces.OceanRuinPiece.postProcess(WorldGenLevel p_72576_, StructureFeatureManager p_72577_, ChunkGenerator p_72578_, Random p_72579_, BoundingBox p_72580_, ChunkPos p_72581_, BlockPos p_72582_)
boolean
PoolElementStructurePiece.postProcess(WorldGenLevel p_72620_, StructureFeatureManager p_72621_, ChunkGenerator p_72622_, Random p_72623_, BoundingBox p_72624_, ChunkPos p_72625_, BlockPos p_72626_)
boolean
RuinedPortalPiece.postProcess(WorldGenLevel p_72678_, StructureFeatureManager p_72679_, ChunkGenerator p_72680_, Random p_72681_, BoundingBox p_72682_, ChunkPos p_72683_, BlockPos p_72684_)
boolean
ShipwreckPieces.ShipwreckPiece.postProcess(WorldGenLevel p_72834_, StructureFeatureManager p_72835_, ChunkGenerator p_72836_, Random p_72837_, BoundingBox p_72838_, ChunkPos p_72839_, BlockPos p_72840_)
boolean
StrongholdPieces.ChestCorridor.postProcess(WorldGenLevel p_72923_, StructureFeatureManager p_72924_, ChunkGenerator p_72925_, Random p_72926_, BoundingBox p_72927_, ChunkPos p_72928_, BlockPos p_72929_)
boolean
StrongholdPieces.FillerCorridor.postProcess(WorldGenLevel p_72953_, StructureFeatureManager p_72954_, ChunkGenerator p_72955_, Random p_72956_, BoundingBox p_72957_, ChunkPos p_72958_, BlockPos p_72959_)
boolean
StrongholdPieces.FiveCrossing.postProcess(WorldGenLevel p_72982_, StructureFeatureManager p_72983_, ChunkGenerator p_72984_, Random p_72985_, BoundingBox p_72986_, ChunkPos p_72987_, BlockPos p_72988_)
boolean
StrongholdPieces.LeftTurn.postProcess(WorldGenLevel p_73012_, StructureFeatureManager p_73013_, ChunkGenerator p_73014_, Random p_73015_, BoundingBox p_73016_, ChunkPos p_73017_, BlockPos p_73018_)
boolean
StrongholdPieces.Library.postProcess(WorldGenLevel p_73041_, StructureFeatureManager p_73042_, ChunkGenerator p_73043_, Random p_73044_, BoundingBox p_73045_, ChunkPos p_73046_, BlockPos p_73047_)
boolean
StrongholdPieces.PortalRoom.postProcess(WorldGenLevel p_73077_, StructureFeatureManager p_73078_, ChunkGenerator p_73079_, Random p_73080_, BoundingBox p_73081_, ChunkPos p_73082_, BlockPos p_73083_)
boolean
StrongholdPieces.PrisonHall.postProcess(WorldGenLevel p_73106_, StructureFeatureManager p_73107_, ChunkGenerator p_73108_, Random p_73109_, BoundingBox p_73110_, ChunkPos p_73111_, BlockPos p_73112_)
boolean
StrongholdPieces.RightTurn.postProcess(WorldGenLevel p_73134_, StructureFeatureManager p_73135_, ChunkGenerator p_73136_, Random p_73137_, BoundingBox p_73138_, ChunkPos p_73139_, BlockPos p_73140_)
boolean
StrongholdPieces.RoomCrossing.postProcess(WorldGenLevel p_73163_, StructureFeatureManager p_73164_, ChunkGenerator p_73165_, Random p_73166_, BoundingBox p_73167_, ChunkPos p_73168_, BlockPos p_73169_)
boolean
StrongholdPieces.StairsDown.postProcess(WorldGenLevel p_73212_, StructureFeatureManager p_73213_, ChunkGenerator p_73214_, Random p_73215_, BoundingBox p_73216_, ChunkPos p_73217_, BlockPos p_73218_)
boolean
StrongholdPieces.Straight.postProcess(WorldGenLevel p_73254_, StructureFeatureManager p_73255_, ChunkGenerator p_73256_, Random p_73257_, BoundingBox p_73258_, ChunkPos p_73259_, BlockPos p_73260_)
boolean
StrongholdPieces.StraightStairsDown.postProcess(WorldGenLevel p_73284_, StructureFeatureManager p_73285_, ChunkGenerator p_73286_, Random p_73287_, BoundingBox p_73288_, ChunkPos p_73289_, BlockPos p_73290_)
abstract boolean
StructurePiece.postProcess(WorldGenLevel p_73427_, StructureFeatureManager p_73428_, ChunkGenerator p_73429_, Random p_73430_, BoundingBox p_73431_, ChunkPos p_73432_, BlockPos p_73433_)
boolean
SwamplandHutPiece.postProcess(WorldGenLevel p_73647_, StructureFeatureManager p_73648_, ChunkGenerator p_73649_, Random p_73650_, BoundingBox p_73651_, ChunkPos p_73652_, BlockPos p_73653_)
boolean
TemplateStructurePiece.postProcess(WorldGenLevel p_73672_, StructureFeatureManager p_73673_, ChunkGenerator p_73674_, Random p_73675_, BoundingBox p_73676_, ChunkPos p_73677_, BlockPos p_73678_)
-
Uses of StructureFeatureManager in net.minecraftforge.common.world
Modifier and TypeMethodDescriptionStructureSpawnManager.getStructureSpawns(StructureFeatureManager structureManager, MobCategory classification, BlockPos pos)
Looks up if a given position is within a structure and returns any entity spawns that structure has for the given classification, or null if none are found.