Class MutableBoundingBox
java.lang.Object
team.lodestar.lodestone.modules.toolkit.worldgen.MutableBoundingBox
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionencapsulate(Collection<? extends net.minecraft.core.Vec3i> pos) encapsulate(net.minecraft.core.Vec3i pos) encapsulate(net.minecraft.core.Vec3i... positions) net.minecraft.world.level.levelgen.structure.BoundingBox
-
Field Details
-
minX
protected int minX -
minY
protected int minY -
minZ
protected int minZ -
maxX
protected int maxX -
maxY
protected int maxY -
maxZ
protected int maxZ
-
-
Constructor Details
-
MutableBoundingBox
public MutableBoundingBox()
-
-
Method Details
-
encapsulate
-
encapsulate
-
encapsulate
-
toBoundingBox
public net.minecraft.world.level.levelgen.structure.BoundingBox toBoundingBox()
-