public class DebugBox extends DebugShape
DebugShape.Type| Constructor and Description |
|---|
DebugBox() |
DebugBox(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,
org.cloudburstmc.math.vector.Vector3f boxBounds)
Deprecated.
|
DebugBox(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,
org.cloudburstmc.math.vector.Vector3f boxBounds,
@Nullable java.lang.Long attachedToEntityId)
Deprecated.
|
DebugBox(org.cloudburstmc.math.vector.Vector3f boxBounds) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
org.cloudburstmc.math.vector.Vector3f |
getBoxBounds() |
DebugShape.Type |
getType() |
int |
hashCode() |
void |
setBoxBounds(org.cloudburstmc.math.vector.Vector3f boxBounds) |
java.lang.String |
toString() |
getAttachedToEntityId, getColor, getDimension, getId, getMaximumRenderDistance, getPosition, getRotation, getScale, getTotalTimeLeft, setAttachedToEntityId, setColor, setDimension, setId, setMaximumRenderDistance, setPosition, setRotation, setScale, setTotalTimeLeftpublic DebugBox()
@Deprecated
public DebugBox(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,
org.cloudburstmc.math.vector.Vector3f boxBounds)
@Deprecated
public DebugBox(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,
org.cloudburstmc.math.vector.Vector3f boxBounds,
@Nullable java.lang.Long attachedToEntityId)
public DebugBox(org.cloudburstmc.math.vector.Vector3f boxBounds)
public DebugShape.Type getType()
getType in class DebugShapepublic org.cloudburstmc.math.vector.Vector3f getBoxBounds()
public void setBoxBounds(org.cloudburstmc.math.vector.Vector3f boxBounds)
public java.lang.String toString()
toString in class DebugShapepublic boolean equals(java.lang.Object o)
equals in class DebugShapeprotected boolean canEqual(java.lang.Object other)
canEqual in class DebugShapepublic int hashCode()
hashCode in class DebugShape