Class BlockbenchModel.Cube
java.lang.Object
com.ticxo.modelengine.api.generator.parser.blockbench.BlockbenchModel.Element
com.ticxo.modelengine.api.generator.parser.blockbench.BlockbenchModel.Cube
- Enclosing class:
- BlockbenchModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<String,BlockbenchModel.Face> protected Float[]protected Floatprotected Float[]protected Stringprotected Float[]protected Float[]Fields inherited from class com.ticxo.modelengine.api.generator.parser.blockbench.BlockbenchModel.Element
name, type, uuid -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.ticxo.modelengine.api.generator.parser.blockbench.BlockbenchModel.Element
getName, getType, getUuid
-
Field Details
-
render_order
-
from
-
to
-
inflate
-
rotation
-
origin
-
faces
-
-
Constructor Details
-
Cube
public Cube()
-
-
Method Details
-
width
public float width() -
height
public float height() -
depth
public float depth() -
centerX
public float centerX() -
centerY
public float centerY() -
centerZ
public float centerZ() -
minX
public float minX() -
minY
public float minY() -
minZ
public float minZ() -
maxX
public float maxX() -
maxY
public float maxY() -
maxZ
public float maxZ() -
isTranslucent
public boolean isTranslucent() -
getRender_order
-
getFrom
-
getTo
-
getInflate
-
getRotation
-
getOrigin
-
getFaces
-