Class IndexedAxisAlignedBB
java.lang.Object
net.minecraft.world.phys.AABB
com.hrznstudio.titanium.api.raytrace.IndexedAxisAlignedBB
public class IndexedAxisAlignedBB
extends net.minecraft.world.phys.AABB
-
Field Summary
Fields inherited from class net.minecraft.world.phys.AABB
maxX, maxY, maxZ, minX, minY, minZ -
Constructor Summary
ConstructorsConstructorDescriptionIndexedAxisAlignedBB(double x1, double y1, double z1, double x2, double y2, double z2) IndexedAxisAlignedBB(net.minecraft.core.BlockPos pos) IndexedAxisAlignedBB(net.minecraft.core.BlockPos pos1, net.minecraft.core.BlockPos pos2) IndexedAxisAlignedBB(net.minecraft.world.phys.Vec3 min, net.minecraft.world.phys.Vec3 max) -
Method Summary
Methods inherited from class net.minecraft.world.phys.AABB
clip, clip, contains, contains, contract, deflate, deflate, distanceToSqr, equals, expandTowards, expandTowards, getCenter, getSize, getXsize, getYsize, getZsize, hashCode, hasNaN, inflate, inflate, intersect, intersects, intersects, intersects, max, min, minmax, move, move, move, of, ofSize, setMaxX, setMaxY, setMaxZ, setMinX, setMinY, setMinZ, toString, unitCubeFromLowerCorner
-
Constructor Details
-
IndexedAxisAlignedBB
public IndexedAxisAlignedBB(double x1, double y1, double z1, double x2, double y2, double z2) -
IndexedAxisAlignedBB
public IndexedAxisAlignedBB(net.minecraft.core.BlockPos pos) -
IndexedAxisAlignedBB
public IndexedAxisAlignedBB(net.minecraft.core.BlockPos pos1, net.minecraft.core.BlockPos pos2) -
IndexedAxisAlignedBB
public IndexedAxisAlignedBB(net.minecraft.world.phys.Vec3 min, net.minecraft.world.phys.Vec3 max)
-
-
Method Details
-
getIndex
public int getIndex() -
setIndex
public void setIndex(int index) -
isCollidable
public boolean isCollidable() -
setCollidable
public void setCollidable()
-