public static class ModelRenderer.ModelBox
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
posX1 |
float |
posX2 |
float |
posY1 |
float |
posY2 |
float |
posZ1 |
float |
posZ2 |
private ModelRenderer.TexturedQuad[] |
quads |
Constructor and Description |
---|
ModelBox(int texOffX,
int texOffY,
float x,
float y,
float z,
float width,
float height,
float depth,
float deltaX,
float deltaY,
float deltaZ,
boolean mirorIn,
float texWidth,
float texHeight) |
private final ModelRenderer.TexturedQuad[] quads
public final float posX1
public final float posY1
public final float posZ1
public final float posX2
public final float posY2
public final float posZ2