public class DebugCone extends DebugShape
DebugShape.Type| Constructor and Description |
|---|
DebugCone() |
DebugCone(float height,
int segments,
org.cloudburstmc.math.vector.Vector2f radii) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
float |
getHeight() |
org.cloudburstmc.math.vector.Vector2f |
getRadii() |
int |
getSegments() |
DebugShape.Type |
getType() |
int |
hashCode() |
void |
setHeight(float height) |
void |
setRadii(org.cloudburstmc.math.vector.Vector2f 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 DebugCone()
public DebugCone(float height,
int segments,
org.cloudburstmc.math.vector.Vector2f radii)
public DebugShape.Type getType()
getType in class DebugShapepublic float getHeight()
public int getSegments()
public org.cloudburstmc.math.vector.Vector2f getRadii()
public void setHeight(float height)
public void setSegments(int segments)
public void setRadii(org.cloudburstmc.math.vector.Vector2f 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