public class MCAxisAlignedBB
extends java.lang.Object
implements crafttweaker.api.util.IAxisAlignedBB
| Constructor and Description |
|---|
MCAxisAlignedBB(net.minecraft.util.math.AxisAlignedBB aabb) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(crafttweaker.api.world.IVector3d vec) |
crafttweaker.api.util.IAxisAlignedBB |
contract(double x,
double y,
double z) |
crafttweaker.api.util.IAxisAlignedBB |
expand(double x,
double y,
double z) |
crafttweaker.api.world.IVector3d |
getCenter() |
java.lang.Object |
getInternal() |
double |
getMaxX() |
double |
getMaxY() |
double |
getMaxZ() |
double |
getMinX() |
double |
getMinY() |
double |
getMinZ() |
crafttweaker.api.util.IAxisAlignedBB |
grow(double value) |
crafttweaker.api.util.IAxisAlignedBB |
grow(double x,
double y,
double z) |
crafttweaker.api.util.IAxisAlignedBB |
intersect(crafttweaker.api.util.IAxisAlignedBB other) |
boolean |
intersects(crafttweaker.api.util.IAxisAlignedBB other) |
crafttweaker.api.util.IAxisAlignedBB |
shrink(double value) |
crafttweaker.api.util.IAxisAlignedBB |
union(crafttweaker.api.util.IAxisAlignedBB other) |
public MCAxisAlignedBB(net.minecraft.util.math.AxisAlignedBB aabb)
public java.lang.Object getInternal()
getInternal in interface crafttweaker.api.util.IAxisAlignedBBpublic double getMinX()
getMinX in interface crafttweaker.api.util.IAxisAlignedBBpublic double getMinY()
getMinY in interface crafttweaker.api.util.IAxisAlignedBBpublic double getMinZ()
getMinZ in interface crafttweaker.api.util.IAxisAlignedBBpublic double getMaxX()
getMaxX in interface crafttweaker.api.util.IAxisAlignedBBpublic double getMaxY()
getMaxY in interface crafttweaker.api.util.IAxisAlignedBBpublic double getMaxZ()
getMaxZ in interface crafttweaker.api.util.IAxisAlignedBBpublic crafttweaker.api.world.IVector3d getCenter()
getCenter in interface crafttweaker.api.util.IAxisAlignedBBpublic crafttweaker.api.util.IAxisAlignedBB contract(double x,
double y,
double z)
contract in interface crafttweaker.api.util.IAxisAlignedBBpublic crafttweaker.api.util.IAxisAlignedBB expand(double x,
double y,
double z)
expand in interface crafttweaker.api.util.IAxisAlignedBBpublic crafttweaker.api.util.IAxisAlignedBB grow(double value)
grow in interface crafttweaker.api.util.IAxisAlignedBBpublic crafttweaker.api.util.IAxisAlignedBB grow(double x,
double y,
double z)
grow in interface crafttweaker.api.util.IAxisAlignedBBpublic crafttweaker.api.util.IAxisAlignedBB shrink(double value)
shrink in interface crafttweaker.api.util.IAxisAlignedBBpublic crafttweaker.api.util.IAxisAlignedBB intersect(crafttweaker.api.util.IAxisAlignedBB other)
intersect in interface crafttweaker.api.util.IAxisAlignedBBpublic boolean intersects(crafttweaker.api.util.IAxisAlignedBB other)
intersects in interface crafttweaker.api.util.IAxisAlignedBBpublic boolean contains(crafttweaker.api.world.IVector3d vec)
contains in interface crafttweaker.api.util.IAxisAlignedBBpublic crafttweaker.api.util.IAxisAlignedBB union(crafttweaker.api.util.IAxisAlignedBB other)
union in interface crafttweaker.api.util.IAxisAlignedBB