public final class DebugText extends DebugShape
DebugShape.Type| Constructor and Description |
|---|
DebugText(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,
java.lang.String text) |
DebugText(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,
java.lang.String text,
@Nullable java.lang.Long attachedToEntityId) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getText() |
DebugShape.Type |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
getAttachedToEntityId, getColor, getDimension, getId, getPosition, getRotation, getScale, getTotalTimeLeftpublic DebugText(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,
java.lang.String text)
public DebugText(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,
java.lang.String text,
@Nullable java.lang.Long attachedToEntityId)
public DebugShape.Type getType()
getType in class DebugShapepublic java.lang.String getText()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object