| Package | Description |
|---|---|
| net.glowstone.generator.structures | |
| net.glowstone.generator.structures.util |
| Modifier and Type | Field and Description |
|---|---|
protected StructureBoundingBox |
GlowStructurePiece.boundingBox |
| Modifier and Type | Method and Description |
|---|---|
StructureBoundingBox |
GlowStructure.getBoundingBox() |
StructureBoundingBox |
GlowStructurePiece.getBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GlowDesertWell.generate(org.bukkit.World world,
Random random,
StructureBoundingBox genBoundingBox,
BlockStateDelegate delegate) |
boolean |
GlowWitchHut.generate(org.bukkit.World world,
Random random,
StructureBoundingBox genBoundingBox,
BlockStateDelegate delegate) |
boolean |
GlowJungleTemple.generate(org.bukkit.World world,
Random random,
StructureBoundingBox genBoundingBox,
BlockStateDelegate delegate) |
boolean |
GlowDungeon.generate(org.bukkit.World world,
Random random,
StructureBoundingBox genBoundingBox,
BlockStateDelegate delegate) |
boolean |
GlowDesertTemple.generate(org.bukkit.World world,
Random random,
StructureBoundingBox genBoundingBox,
BlockStateDelegate delegate) |
boolean |
GlowStructurePiece.generate(org.bukkit.World world,
Random random,
StructureBoundingBox boundingBox,
BlockStateDelegate delegate) |
void |
GlowStructure.setBoundingBox(StructureBoundingBox boundingBox) |
void |
GlowStructurePiece.setBoundingBox(StructureBoundingBox boundingBox) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureBoundingBox.expandTo(StructureBoundingBox boundingBox)
Changes this bounding box to the bounding box of the union of itself and another bounding
box.
|
boolean |
StructureBoundingBox.intersectsWith(StructureBoundingBox boundingBox)
Whether this box intersects the given box.
|
| Constructor and Description |
|---|
StructureBuilder(org.bukkit.World world,
GlowStructurePiece structure,
StructureBoundingBox boundingBox,
BlockStateDelegate delegate) |
Copyright © 2021. All rights reserved.