public class DebugPyramid extends DebugShape
DebugShape.Type| Constructor and Description |
|---|
DebugPyramid() |
DebugPyramid(float height,
float width,
@Nullable java.lang.Float depth) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
@Nullable java.lang.Float |
getDepth() |
float |
getHeight() |
DebugShape.Type |
getType() |
float |
getWidth() |
int |
hashCode() |
void |
setDepth(@Nullable java.lang.Float depth) |
void |
setHeight(float height) |
void |
setWidth(float width) |
java.lang.String |
toString() |
getAttachedToEntityId, getColor, getDimension, getId, getMaximumRenderDistance, getPosition, getRotation, getScale, getTotalTimeLeft, setAttachedToEntityId, setColor, setDimension, setId, setMaximumRenderDistance, setPosition, setRotation, setScale, setTotalTimeLeftpublic DebugPyramid()
public DebugPyramid(float height,
float width,
@Nullable java.lang.Float depth)
public DebugShape.Type getType()
getType in class DebugShapepublic float getHeight()
public float getWidth()
public @Nullable java.lang.Float getDepth()
public void setHeight(float height)
public void setWidth(float width)
public void setDepth(@Nullable java.lang.Float depth)
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