public class DebugCylinder extends DebugShape
DebugShape.Type| Constructor and Description |
|---|
DebugCylinder() |
DebugCylinder(float height,
int segments,
org.cloudburstmc.math.vector.Vector2f radiusX,
org.cloudburstmc.math.vector.Vector2f radiusZ) |
| 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 |
getRadiusX() |
org.cloudburstmc.math.vector.Vector2f |
getRadiusZ() |
int |
getSegments() |
DebugShape.Type |
getType() |
int |
hashCode() |
void |
setHeight(float height) |
void |
setRadiusX(org.cloudburstmc.math.vector.Vector2f radiusX) |
void |
setRadiusZ(org.cloudburstmc.math.vector.Vector2f radiusZ) |
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 DebugCylinder()
public DebugCylinder(float height,
int segments,
org.cloudburstmc.math.vector.Vector2f radiusX,
org.cloudburstmc.math.vector.Vector2f radiusZ)
public DebugShape.Type getType()
getType in class DebugShapepublic float getHeight()
public int getSegments()
public org.cloudburstmc.math.vector.Vector2f getRadiusX()
public org.cloudburstmc.math.vector.Vector2f getRadiusZ()
public void setHeight(float height)
public void setSegments(int segments)
public void setRadiusX(org.cloudburstmc.math.vector.Vector2f radiusX)
public void setRadiusZ(org.cloudburstmc.math.vector.Vector2f radiusZ)
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