Package BasicDataType

Examples of BasicDataType.Direction


   */
  public byte getCoordY(){
    return this.data[2];
  }
  public Direction toDirection() {
    return new Direction(this.data[1],this.data[2],this.getId());
  }
View Full Code Here


  }
  public byte getCoordY(){
    return this.data[2];
  }
  public Direction toDirection() {
    return new Direction(this.data[1],this.data[2],this.getId());
  }
View Full Code Here

TOP

Related Classes of BasicDataType.Direction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.