Sc2ApiSerializable<SC2APIProtocol.Common.Size2DI>
, java.io.Serializable
public final class Size2dI extends java.lang.Object implements Sc2ApiSerializable<SC2APIProtocol.Common.Size2DI>
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
static Size2dI |
from(SC2APIProtocol.Common.Size2DI sc2ApiSize2dI) |
|
int |
getX() |
|
int |
getY() |
|
int |
hashCode() |
|
static Size2dI |
of(int x,
int y) |
|
SC2APIProtocol.Common.Size2DI |
toSc2Api() |
|
java.lang.String |
toString() |
public static Size2dI from(SC2APIProtocol.Common.Size2DI sc2ApiSize2dI)
public SC2APIProtocol.Common.Size2DI toSc2Api()
toSc2Api
in interface Sc2ApiSerializable<SC2APIProtocol.Common.Size2DI>
public int getX()
public int getY()
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
public static Size2dI of(int x, int y)
Copyright © 2017–2018 Ocraft Project. All rights reserved.