public class Column
extends java.lang.Object
| Constructor and Description |
|---|
Column(java.util.Random random,
Vector3 relativeBottom,
double height,
double radius,
double spacing) |
| Modifier and Type | Method and Description |
|---|---|
Column |
disableShapes() |
void |
render(RenderContext ctx,
Vector3 relativeCenter) |
void |
setSpeed(double speed) |
public Column(java.util.Random random,
Vector3 relativeBottom,
double height,
double radius,
double spacing)
public Column disableShapes()
public void setSpeed(double speed)
public void render(RenderContext ctx, Vector3 relativeCenter)