Uses of Class
net.minecraft.world.level.levelgen.structure.BoundingBox
Package
Description
-
Uses of BoundingBox in net.minecraft.client.renderer.debug
Modifier and TypeFieldDescriptionprivate Map<DimensionType,Map<String,BoundingBox>>
StructureRenderer.postMainBoxes
private Map<DimensionType,Map<String,BoundingBox>>
StructureRenderer.postPiecesBoxes
Modifier and TypeMethodDescriptionvoid
StructureRenderer.addBoundingBox(BoundingBox p_113683_, List<BoundingBox> p_113684_, List<Boolean> p_113685_, DimensionType p_113686_)
Modifier and TypeMethodDescriptionvoid
StructureRenderer.addBoundingBox(BoundingBox p_113683_, List<BoundingBox> p_113684_, List<Boolean> p_113685_, DimensionType p_113686_)
-
Uses of BoundingBox in net.minecraft.core
-
Uses of BoundingBox in net.minecraft.gametest.framework
Modifier and TypeMethodDescriptionstatic BoundingBox
StructureUtils.getStructureBoundingBox(BlockPos p_177761_, Vec3i p_177762_, Rotation p_177763_)
static BoundingBox
StructureUtils.getStructureBoundingBox(StructureBlockEntity p_127905_)
Modifier and TypeMethodDescriptionvoid
GameTestHelper.assertSameBlockStates(BoundingBox p_177225_, BlockPos p_177226_)
static void
StructureUtils.clearSpaceForStructure(BoundingBox p_127850_, int p_127851_, ServerLevel p_127852_)
-
Uses of BoundingBox in net.minecraft.server.commands
Modifier and TypeMethodDescriptionprivate static int
FillCommand.fillBlocks(CommandSourceStack p_137386_, BoundingBox p_137387_, BlockInput p_137388_, FillCommand.Mode p_137389_, Predicate<BlockInWorld> p_137390_)
SetBlockCommand.Filter.filter(BoundingBox p_138620_, BlockPos p_138621_, BlockInput p_138622_, ServerLevel p_138623_)
-
Uses of BoundingBox in net.minecraft.server.level
-
Uses of BoundingBox in net.minecraft.world.level
Modifier and TypeMethodDescriptionvoid
ServerTickList.copy(BoundingBox p_47230_, BlockPos p_47231_)
private List<TickNextTickData<T>>
ServerTickList.fetchTicksInArea(List<TickNextTickData<T>> p_47245_, Collection<TickNextTickData<T>> p_47246_, BoundingBox p_47247_, boolean p_47248_)
ServerTickList.fetchTicksInArea(BoundingBox p_47233_, boolean p_47234_, boolean p_47235_)
-
Uses of BoundingBox in net.minecraft.world.level.block.entity
Modifier and TypeMethodDescriptionprivate static Optional<BoundingBox>
StructureBlockEntity.calculateEnclosingBoundingBox(BlockPos p_155795_, Stream<BlockPos> p_155796_)
-
Uses of BoundingBox in net.minecraft.world.level.levelgen.feature
Modifier and TypeMethodDescriptionprivate static int
FossilFeature.countEmptyCorners(WorldGenLevel p_159782_, BoundingBox p_159783_)
(package private) static int
RuinedPortalFeature.findSuitableY(Random p_160272_, ChunkGenerator p_160273_, RuinedPortalPiece.VerticalPlacement p_160274_, boolean p_160275_, int p_160276_, int p_160277_, BoundingBox p_160278_, LevelHeightAccessor p_160279_)
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_)
private static DiscreteVoxelShape
TreeFeature.updateLeaves(LevelAccessor p_67203_, BoundingBox p_67204_, Set<BlockPos> p_67205_, Set<BlockPos> p_67206_)
-
Uses of BoundingBox in net.minecraft.world.level.levelgen.feature.structures
Modifier and TypeMethodDescriptionEmptyPoolElement.getBoundingBox(StructureManager p_68872_, BlockPos p_68873_, Rotation p_68874_)
FeaturePoolElement.getBoundingBox(StructureManager p_68909_, BlockPos p_68910_, Rotation p_68911_)
ListPoolElement.getBoundingBox(StructureManager p_69085_, BlockPos p_69086_, Rotation p_69087_)
SinglePoolElement.getBoundingBox(StructureManager p_69133_, BlockPos p_69134_, Rotation p_69135_)
abstract BoundingBox
StructurePoolElement.getBoundingBox(StructureManager p_69183_, BlockPos p_69184_, Rotation p_69185_)
Modifier and TypeMethodDescriptionJigsawPlacement.PieceFactory.create(StructureManager p_68965_, StructurePoolElement p_68966_, BlockPos p_68967_, int p_68968_, Rotation p_68969_, BoundingBox p_68970_)
protected StructurePlaceSettings
LegacySinglePoolElement.getSettings(Rotation p_69051_, BoundingBox p_69052_, boolean p_69053_)
protected StructurePlaceSettings
SinglePoolElement.getSettings(Rotation p_69108_, BoundingBox p_69109_, boolean p_69110_)
void
StructurePoolElement.handleDataMarker(LevelAccessor p_69158_, StructureTemplate.StructureBlockInfo p_69159_, BlockPos p_69160_, Rotation p_69161_, Random p_69162_, BoundingBox p_69163_)
boolean
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 BoundingBox in net.minecraft.world.level.levelgen.structure
Modifier and TypeFieldDescriptionprotected BoundingBox
StructurePiece.boundingBox
private BoundingBox
StructureStart.cachedBoundingBox
Modifier and TypeFieldDescriptionprivate List<BoundingBox>
MineShaftPieces.MineShaftRoom.childEntranceBoxes
static com.mojang.serialization.Codec<BoundingBox>
BoundingBox.CODEC
Modifier and TypeMethodDescriptionprotected BoundingBox
NoiseAffectingStructureStart.createBoundingBox()
protected BoundingBox
StructureStart.createBoundingBox()
BoundingBox.encapsulate(BlockPos p_162372_)
BoundingBox.encapsulate(BoundingBox p_162387_)
static BoundingBox
MineShaftPieces.MineShaftCorridor.findCorridorSize(StructurePieceAccessor p_162538_, Random p_162539_, int p_162540_, int p_162541_, int p_162542_, Direction p_162543_)
static BoundingBox
MineShaftPieces.MineShaftCrossing.findCrossing(StructurePieceAccessor p_162564_, Random p_162565_, int p_162566_, int p_162567_, int p_162568_, Direction p_162569_)
static BoundingBox
StrongholdPieces.FillerCorridor.findPieceBox(StructurePieceAccessor p_163280_, Random p_163281_, int p_163282_, int p_163283_, int p_163284_, Direction p_163285_)
static BoundingBox
MineShaftPieces.MineShaftStairs.findStairs(StructurePieceAccessor p_162615_, Random p_162616_, int p_162617_, int p_162618_, int p_162619_, Direction p_162620_)
static BoundingBox
BoundingBox.fromCorners(Vec3i p_162376_, Vec3i p_162377_)
StructurePiece.getBoundingBox()
StructureStart.getBoundingBox()
static BoundingBox
BoundingBox.infinite()
BoundingBox.inflate(int p_162366_)
private static BoundingBox
OceanMonumentPieces.OceanMonumentPiece.makeBoundingBox(Direction p_163041_, OceanMonumentPieces.RoomDefinition p_163042_, int p_163043_, int p_163044_, int p_163045_)
protected static BoundingBox
StructurePiece.makeBoundingBox(int p_163542_, int p_163543_, int p_163544_, Direction p_163545_, int p_163546_, int p_163547_, int p_163548_)
BoundingBox.move(int p_162368_, int p_162369_, int p_162370_)
BoundingBox.moved(int p_71046_, int p_71047_, int p_71048_)
static BoundingBox
BoundingBox.orientBox(int p_71032_, int p_71033_, int p_71034_, int p_71035_, int p_71036_, int p_71037_, int p_71038_, int p_71039_, int p_71040_, Direction p_71041_)
Modifier and TypeMethodDescriptionstatic Optional<BoundingBox>
BoundingBox.encapsulatingBoxes(Iterable<BoundingBox> p_162389_)
static Optional<BoundingBox>
BoundingBox.encapsulatingPositions(Iterable<BlockPos> p_162379_)
Modifier and TypeMethodDescriptionprotected boolean
MineShaftPieces.MineShaftPiece.canBeReplaced(LevelReader p_162582_, int p_162583_, int p_162584_, int p_162585_, BoundingBox p_162586_)
protected boolean
StructurePiece.canBeReplaced(LevelReader p_163553_, int p_163554_, int p_163555_, int p_163556_, BoundingBox p_163557_)
protected boolean
OceanMonumentPieces.OceanMonumentPiece.chunkIntersects(BoundingBox p_72386_, int p_72387_, int p_72388_, int p_72389_, int p_72390_)
protected boolean
MineShaftPieces.MineShaftCorridor.createChest(WorldGenLevel p_71407_, BoundingBox p_71408_, Random p_71409_, int p_71410_, int p_71411_, int p_71412_, ResourceLocation p_71413_)
protected boolean
StructurePiece.createChest(ServerLevelAccessor p_73421_, BoundingBox p_73422_, Random p_73423_, BlockPos p_73424_, ResourceLocation p_73425_, BlockState p_73426_)
protected boolean
StructurePiece.createChest(WorldGenLevel p_73509_, BoundingBox p_73510_, Random p_73511_, int p_73512_, int p_73513_, int p_73514_, ResourceLocation p_73515_)
protected boolean
StructurePiece.createDispenser(WorldGenLevel p_73501_, BoundingBox p_73502_, Random p_73503_, int p_73504_, int p_73505_, int p_73506_, Direction p_73507_, ResourceLocation p_73508_)
protected boolean
MineShaftPieces.MineShaftPiece.edgesLiquid(BlockGetter p_162579_, BoundingBox p_162580_)
BoundingBox.encapsulate(BoundingBox p_162387_)
protected void
MineShaftPieces.MineShaftCorridor.fillColumnDown(WorldGenLevel p_162500_, BlockState p_162501_, int p_162502_, int p_162503_, int p_162504_, BoundingBox p_162505_)
protected void
StructurePiece.fillColumnDown(WorldGenLevel p_73529_, BlockState p_73530_, int p_73531_, int p_73532_, int p_73533_, BoundingBox p_73534_)
protected void
MineShaftPieces.MineShaftCorridor.fillPillarDownOrChainUp(WorldGenLevel p_162545_, BlockState p_162546_, int p_162547_, int p_162548_, int p_162549_, BoundingBox p_162550_)
StructurePieceAccessor.findCollisionPiece(BoundingBox p_163588_)
static StructurePiece
StructureStart.findCollisionPiece(List<StructurePiece> p_163623_, BoundingBox p_163624_)
StructureStart.findCollisionPiece(BoundingBox p_163610_)
protected void
StructurePiece.generateAirBox(WorldGenLevel p_73536_, BoundingBox p_73537_, int p_73538_, int p_73539_, int p_73540_, int p_73541_, int p_73542_, int p_73543_)
protected void
StructurePiece.generateBox(WorldGenLevel p_73465_, BoundingBox p_73466_, int p_73467_, int p_73468_, int p_73469_, int p_73470_, int p_73471_, int p_73472_, boolean p_73473_, Random p_73474_, StructurePiece.BlockSelector p_73475_)
protected void
StructurePiece.generateBox(WorldGenLevel p_73442_, BoundingBox p_73443_, int p_73444_, int p_73445_, int p_73446_, int p_73447_, int p_73448_, int p_73449_, BlockState p_73450_, BlockState p_73451_, boolean p_73452_)
protected void
StructurePiece.generateBox(WorldGenLevel p_163566_, BoundingBox p_163567_, BoundingBox p_163568_, boolean p_163569_, Random p_163570_, StructurePiece.BlockSelector p_163571_)
protected void
StructurePiece.generateBox(WorldGenLevel p_163559_, BoundingBox p_163560_, BoundingBox p_163561_, BlockState p_163562_, BlockState p_163563_, boolean p_163564_)
protected void
OceanMonumentPieces.OceanMonumentPiece.generateBoxOnFillOnly(WorldGenLevel p_72370_, BoundingBox p_72371_, int p_72372_, int p_72373_, int p_72374_, int p_72375_, int p_72376_, int p_72377_, BlockState p_72378_)
protected void
OceanMonumentPieces.OceanMonumentPiece.generateDefaultFloor(WorldGenLevel p_72380_, BoundingBox p_72381_, int p_72382_, int p_72383_, boolean p_72384_)
private void
OceanMonumentPieces.MonumentBuilding.generateEntranceArchs(WorldGenLevel p_72176_, Random p_72177_, BoundingBox p_72178_)
private void
OceanMonumentPieces.MonumentBuilding.generateEntranceWall(WorldGenLevel p_72188_, Random p_72189_, BoundingBox p_72190_)
private void
OceanMonumentPieces.MonumentBuilding.generateLowerWall(WorldGenLevel p_72196_, Random p_72197_, BoundingBox p_72198_)
protected void
StructurePiece.generateMaybeBox(WorldGenLevel p_73477_, BoundingBox p_73478_, Random p_73479_, float p_73480_, int p_73481_, int p_73482_, int p_73483_, int p_73484_, int p_73485_, int p_73486_, BlockState p_73487_, BlockState p_73488_, boolean p_73489_, boolean p_73490_)
private void
OceanMonumentPieces.MonumentBuilding.generateMiddleWall(WorldGenLevel p_72200_, Random p_72201_, BoundingBox p_72202_)
private void
OceanMonumentPieces.MonumentBuilding.generateRoofPiece(WorldGenLevel p_72192_, Random p_72193_, BoundingBox p_72194_)
protected void
StrongholdPieces.StrongholdPiece.generateSmallDoor(WorldGenLevel p_73311_, Random p_73312_, BoundingBox p_73313_, StrongholdPieces.StrongholdPiece.SmallDoorType p_73314_, int p_73315_, int p_73316_, int p_73317_)
protected void
StructurePiece.generateUpperHalfSphere(WorldGenLevel p_73454_, BoundingBox p_73455_, int p_73456_, int p_73457_, int p_73458_, int p_73459_, int p_73460_, int p_73461_, BlockState p_73462_, boolean p_73463_)
private void
OceanMonumentPieces.MonumentBuilding.generateUpperWall(WorldGenLevel p_72204_, Random p_72205_, BoundingBox p_72206_)
protected void
OceanMonumentPieces.OceanMonumentPiece.generateWaterBox(WorldGenLevel p_72361_, BoundingBox p_72362_, int p_72363_, int p_72364_, int p_72365_, int p_72366_, int p_72367_, int p_72368_)
private void
OceanMonumentPieces.MonumentBuilding.generateWing(boolean p_72182_, int p_72183_, WorldGenLevel p_72184_, Random p_72185_, BoundingBox p_72186_)
protected BlockState
StructurePiece.getBlock(BlockGetter p_73399_, int p_73400_, int p_73401_, int p_73402_, BoundingBox p_73403_)
protected void
EndCityPieces.EndCityPiece.handleDataMarker(String p_71210_, BlockPos p_71211_, ServerLevelAccessor p_71212_, Random p_71213_, BoundingBox p_71214_)
protected void
IglooPieces.IglooPiece.handleDataMarker(String p_71260_, BlockPos p_71261_, ServerLevelAccessor p_71262_, Random p_71263_, BoundingBox p_71264_)
protected void
NetherFossilPieces.NetherFossilPiece.handleDataMarker(String p_72084_, BlockPos p_72085_, ServerLevelAccessor p_72086_, Random p_72087_, BoundingBox p_72088_)
protected void
OceanRuinPieces.OceanRuinPiece.handleDataMarker(String p_72590_, BlockPos p_72591_, ServerLevelAccessor p_72592_, Random p_72593_, BoundingBox p_72594_)
protected void
RuinedPortalPiece.handleDataMarker(String p_72698_, BlockPos p_72699_, ServerLevelAccessor p_72700_, Random p_72701_, BoundingBox p_72702_)
protected void
ShipwreckPieces.ShipwreckPiece.handleDataMarker(String p_72844_, BlockPos p_72845_, ServerLevelAccessor p_72846_, Random p_72847_, BoundingBox p_72848_)
protected abstract void
TemplateStructurePiece.handleDataMarker(String p_73683_, BlockPos p_73684_, ServerLevelAccessor p_73685_, Random p_73686_, BoundingBox p_73687_)
protected void
WoodlandMansionPieces.WoodlandMansionPiece.handleDataMarker(String p_73921_, BlockPos p_73922_, ServerLevelAccessor p_73923_, Random p_73924_, BoundingBox p_73925_)
private boolean
MineShaftPieces.MineShaftCorridor.hasSturdyNeighbours(WorldGenLevel p_162519_, BoundingBox p_162520_, int p_162521_, int p_162522_, int p_162523_, int p_162524_)
boolean
BoundingBox.intersects(BoundingBox p_71050_)
protected boolean
StructurePiece.isInterior(LevelReader p_73415_, int p_73416_, int p_73417_, int p_73418_, BoundingBox p_73419_)
protected static boolean
NetherBridgePieces.NetherBridgePiece.isOkBox(BoundingBox p_71904_)
protected static boolean
StrongholdPieces.StrongholdPiece.isOkBox(BoundingBox p_73319_)
protected boolean
MineShaftPieces.MineShaftPiece.isSupportingBox(BlockGetter p_71475_, BoundingBox p_71476_, int p_71477_, int p_71478_, int p_71479_, int p_71480_)
protected void
StructurePiece.maybeGenerateBlock(WorldGenLevel p_73492_, BoundingBox p_73493_, Random p_73494_, float p_73495_, int p_73496_, int p_73497_, int p_73498_, BlockState p_73499_)
private void
MineShaftPieces.MineShaftCorridor.maybePlaceCobWeb(WorldGenLevel p_162526_, BoundingBox p_162527_, Random p_162528_, float p_162529_, int p_162530_, int p_162531_, int p_162532_)
boolean
PoolElementStructurePiece.place(WorldGenLevel p_72628_, StructureFeatureManager p_72629_, ChunkGenerator p_72630_, Random p_72631_, BoundingBox p_72632_, BlockPos p_72633_, boolean p_72634_)
protected void
StructurePiece.placeBlock(WorldGenLevel p_73435_, BlockState p_73436_, int p_73437_, int p_73438_, int p_73439_, BoundingBox p_73440_)
private void
MineShaftPieces.MineShaftCorridor.placeDoubleLowerOrUpperSupport(WorldGenLevel p_162513_, BoundingBox p_162514_, int p_162515_, int p_162516_, int p_162517_)
void
StructureStart.placeInChunk(WorldGenLevel p_73584_, StructureFeatureManager p_73585_, ChunkGenerator p_73586_, Random p_73587_, BoundingBox p_73588_, ChunkPos p_73589_)
private void
MineShaftPieces.MineShaftCorridor.placeSupport(WorldGenLevel p_71390_, BoundingBox p_71391_, int p_71392_, int p_71393_, int p_71394_, int p_71395_, int p_71396_, Random p_71397_)
private void
MineShaftPieces.MineShaftCrossing.placeSupportPillar(WorldGenLevel p_71446_, BoundingBox p_71447_, int p_71448_, int p_71449_, int p_71450_, int p_71451_)
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_)
protected void
MineShaftPieces.MineShaftPiece.setPlanksBlock(WorldGenLevel p_162588_, BoundingBox p_162589_, BlockState p_162590_, int p_162591_, int p_162592_, int p_162593_)
private void
SwamplandHutPiece.spawnCat(ServerLevelAccessor p_73644_, BoundingBox p_73645_)
protected boolean
OceanMonumentPieces.OceanMonumentPiece.spawnElder(WorldGenLevel p_72355_, BoundingBox p_72356_, int p_72357_, int p_72358_, int p_72359_)
protected boolean
ScatteredFeaturePiece.updateAverageGroundHeight(LevelAccessor p_72804_, BoundingBox p_72805_, int p_72806_)
Modifier and TypeMethodDescriptionstatic Optional<BoundingBox>
BoundingBox.encapsulatingBoxes(Iterable<BoundingBox> p_162389_)
ModifierConstructorDescriptionBridgeCrossing(int p_71565_, BoundingBox p_71566_, Direction p_71567_)
BridgeEndFiller(int p_71599_, Random p_71600_, BoundingBox p_71601_, Direction p_71602_)
BridgeStraight(int p_71625_, Random p_71626_, BoundingBox p_71627_, Direction p_71628_)
CastleCorridorStairsPiece(int p_71653_, BoundingBox p_71654_, Direction p_71655_)
CastleCorridorTBalconyPiece(int p_71679_, BoundingBox p_71680_, Direction p_71681_)
CastleEntrance(int p_71705_, Random p_71706_, BoundingBox p_71707_, Direction p_71708_)
CastleSmallCorridorCrossingPiece(int p_71733_, BoundingBox p_71734_, Direction p_71735_)
CastleSmallCorridorLeftTurnPiece(int p_71760_, Random p_71761_, BoundingBox p_71762_, Direction p_71763_)
CastleSmallCorridorPiece(int p_71790_, BoundingBox p_71791_, Direction p_71792_)
CastleSmallCorridorRightTurnPiece(int p_71817_, Random p_71818_, BoundingBox p_71819_, Direction p_71820_)
CastleStalkRoom(int p_71847_, BoundingBox p_71848_, Direction p_71849_)
ChestCorridor(int p_72915_, Random p_72916_, BoundingBox p_72917_, Direction p_72918_)
FillerCorridor(int p_72946_, BoundingBox p_72947_, Direction p_72948_)
FiveCrossing(int p_72974_, Random p_72975_, BoundingBox p_72976_, Direction p_72977_)
LeftTurn(int p_73004_, Random p_73005_, BoundingBox p_73006_, Direction p_73007_)
Library(int p_73033_, Random p_73034_, BoundingBox p_73035_, Direction p_73036_)
MineShaftCorridor(int p_71373_, Random p_71374_, BoundingBox p_71375_, Direction p_71376_, MineshaftFeature.Type p_71377_)
MineShaftCrossing(int p_71430_, BoundingBox p_71431_, Direction p_71432_, MineshaftFeature.Type p_71433_)
MineShaftPiece(StructurePieceType p_162571_, int p_162572_, MineshaftFeature.Type p_162573_, BoundingBox p_162574_)
MineShaftStairs(int p_71513_, BoundingBox p_71514_, Direction p_71515_, MineshaftFeature.Type p_71516_)
MonsterThrone(int p_71874_, BoundingBox p_71875_, Direction p_71876_)
protected
NetherBridgePiece(StructurePieceType p_162851_, int p_162852_, BoundingBox p_162853_)
OceanMonumentPenthouse(Direction p_72313_, BoundingBox p_72314_)
OceanMonumentPiece(StructurePieceType p_163033_, Direction p_163034_, int p_163035_, BoundingBox p_163036_)
OceanMonumentWingRoom(Direction p_72432_, BoundingBox p_72433_, int p_72434_)
PoolElementStructurePiece(StructureManager p_72606_, StructurePoolElement p_72607_, BlockPos p_72608_, int p_72609_, Rotation p_72610_, BoundingBox p_72611_)
PortalRoom(int p_73070_, BoundingBox p_73071_, Direction p_73072_)
PrisonHall(int p_73098_, Random p_73099_, BoundingBox p_73100_, Direction p_73101_)
RightTurn(int p_73126_, Random p_73127_, BoundingBox p_73128_, Direction p_73129_)
RoomCrossing(int p_71968_, BoundingBox p_71969_, Direction p_71970_)
RoomCrossing(int p_73155_, Random p_73156_, BoundingBox p_73157_, Direction p_73158_)
StairsDown(int p_73195_, Random p_73196_, BoundingBox p_73197_, Direction p_73198_)
StairsRoom(int p_71994_, BoundingBox p_71995_, Direction p_71996_)
Straight(int p_73246_, Random p_73247_, BoundingBox p_73248_, Direction p_73249_)
StraightStairsDown(int p_73276_, Random p_73277_, BoundingBox p_73278_, Direction p_73279_)
protected
StrongholdPiece(StructurePieceType p_163494_, int p_163495_, BoundingBox p_163496_)
protected
StructurePiece(StructurePieceType p_163538_, int p_163539_, BoundingBox p_163540_)
protected
Turn(StructurePieceType p_163524_, int p_163525_, BoundingBox p_163526_)
-
Uses of BoundingBox in net.minecraft.world.level.levelgen.structure.templatesystem
Modifier and TypeMethodDescriptionStructurePlaceSettings.getBoundingBox()
StructureTemplate.getBoundingBox(BlockPos p_74599_, Rotation p_74600_, BlockPos p_74601_, Mirror p_74602_)
protected static BoundingBox
StructureTemplate.getBoundingBox(BlockPos p_163811_, Rotation p_163812_, BlockPos p_163813_, Mirror p_163814_, Vec3i p_163815_)
StructureTemplate.getBoundingBox(StructurePlaceSettings p_74634_, BlockPos p_74635_)
-
Uses of BoundingBox in net.minecraft.world.phys