public class DebugShape
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DebugShape.Type |
| Constructor and Description |
|---|
DebugShape(long id) |
DebugShape(long id,
int dimension) |
DebugShape(long id,
int dimension,
@Nullable org.cloudburstmc.math.vector.Vector3f position,
@Nullable java.lang.Float scale,
@Nullable org.cloudburstmc.math.vector.Vector3f rotation,
@Nullable java.lang.Float totalTimeLeft,
@Nullable java.awt.Color color) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable java.awt.Color |
getColor() |
int |
getDimension() |
long |
getId() |
@Nullable org.cloudburstmc.math.vector.Vector3f |
getPosition() |
@Nullable org.cloudburstmc.math.vector.Vector3f |
getRotation() |
@Nullable java.lang.Float |
getScale() |
@Nullable java.lang.Float |
getTotalTimeLeft() |
DebugShape.Type |
getType() |
public DebugShape(long id)
public DebugShape(long id,
int dimension)
public DebugShape(long id,
int dimension,
@Nullable org.cloudburstmc.math.vector.Vector3f position,
@Nullable java.lang.Float scale,
@Nullable org.cloudburstmc.math.vector.Vector3f rotation,
@Nullable java.lang.Float totalTimeLeft,
@Nullable java.awt.Color color)
public DebugShape.Type getType()
public long getId()
public int getDimension()
public @Nullable org.cloudburstmc.math.vector.Vector3f getPosition()
public @Nullable java.lang.Float getScale()
public @Nullable org.cloudburstmc.math.vector.Vector3f getRotation()
public @Nullable java.lang.Float getTotalTimeLeft()
public @Nullable java.awt.Color getColor()