Sc2ApiSerializable<SC2APIProtocol.Debug.Line>
, java.io.Serializable
public final class Line extends java.lang.Object implements Sc2ApiSerializable<SC2APIProtocol.Debug.Line>
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
Point |
getP0() |
|
Point |
getP1() |
|
int |
hashCode() |
|
static Line |
of(Point p0,
Point p1) |
|
SC2APIProtocol.Debug.Line |
toSc2Api() |
|
java.lang.String |
toString() |
public SC2APIProtocol.Debug.Line toSc2Api()
toSc2Api
in interface Sc2ApiSerializable<SC2APIProtocol.Debug.Line>
public Point getP0()
public Point getP1()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2017–2018 Ocraft Project. All rights reserved.