public class ExpandAxisAlignedBB
extends java.lang.Object
| Constructor and Description |
|---|
ExpandAxisAlignedBB() |
| Modifier and Type | Method and Description |
|---|---|
static crafttweaker.api.util.IAxisAlignedBB |
create(double minX,
double minY,
double minZ,
double maxX,
double maxY,
double maxZ) |
static crafttweaker.api.util.IAxisAlignedBB |
create(crafttweaker.api.world.IBlockPos pos) |
static crafttweaker.api.util.IAxisAlignedBB |
create(crafttweaker.api.world.IBlockPos pos1,
crafttweaker.api.world.IBlockPos pos2) |
static crafttweaker.api.util.IAxisAlignedBB |
create(crafttweaker.api.world.IVector3d min,
crafttweaker.api.world.IVector3d max) |
public static crafttweaker.api.util.IAxisAlignedBB create(double minX,
double minY,
double minZ,
double maxX,
double maxY,
double maxZ)
public static crafttweaker.api.util.IAxisAlignedBB create(crafttweaker.api.world.IBlockPos pos)
public static crafttweaker.api.util.IAxisAlignedBB create(crafttweaker.api.world.IBlockPos pos1,
crafttweaker.api.world.IBlockPos pos2)
public static crafttweaker.api.util.IAxisAlignedBB create(crafttweaker.api.world.IVector3d min,
crafttweaker.api.world.IVector3d max)