MCAxisAlignedBB
A MineCraft Axis Aligned Boundary Box object allows you change a Block’s Boundary borders to a given cuboid shape.
Importing the package
It might be required for you to import the package if you encounter any issues, so better be safe than sorry and add the import.
import mods.contenttweaker.AxisAlignedBB;
Calling an MCAxisAlignedBB object
You can get such an object using a Block’s axisAlignedBB
Property.
Alternatively, you can use this package to create a new MCAxisAlignedBB object:
All parameters for this function are doubles between 0 and 1!
ZenProperties
You can get and set each Property using getProperty()
or object.property
.
ZenProperty | Type |
---|---|
ZenProperty minX | Type double |
ZenProperty minY | Type double |
ZenProperty minZ | Type double |
ZenProperty maxX | Type double |
ZenProperty maxY | Type double |
ZenProperty maxZ | Type double |