public class DebugEllipsoid extends DebugShape
DebugShape.Type| Constructor and Description |
|---|
DebugEllipsoid() |
DebugEllipsoid(int segments,
org.cloudburstmc.math.vector.Vector3f radii) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
org.cloudburstmc.math.vector.Vector3f |
getRadii() |
int |
getSegments() |
DebugShape.Type |
getType() |
int |
hashCode() |
void |
setRadii(org.cloudburstmc.math.vector.Vector3f radii) |
void |
setSegments(int segments) |
java.lang.String |
toString() |
getAttachedToEntityId, getColor, getDimension, getId, getMaximumRenderDistance, getPosition, getRotation, getScale, getTotalTimeLeft, setAttachedToEntityId, setColor, setDimension, setId, setMaximumRenderDistance, setPosition, setRotation, setScale, setTotalTimeLeftpublic DebugEllipsoid()
public DebugEllipsoid(int segments,
org.cloudburstmc.math.vector.Vector3f radii)
public DebugShape.Type getType()
getType in class DebugShapepublic int getSegments()
public org.cloudburstmc.math.vector.Vector3f getRadii()
public void setSegments(int segments)
public void setRadii(org.cloudburstmc.math.vector.Vector3f radii)
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