Interface IPositional

All Known Implementing Classes:
Character, Player, Square, Vehicle, Zombie

public interface IPositional
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    float
     
  • Method Details

    • getX

      float getX()
    • getY

      float getY()