Class RelativePosition

java.lang.Object
org.rspeer.game.position.Position
org.rspeer.game.position.RelativePosition
All Implemented Interfaces:
SceneNode

@Deprecated public class RelativePosition extends Position
Deprecated.
Represents a Position relative to the game scene
  • Constructor Details

    • RelativePosition

      public RelativePosition(int x, int y, int level)
      Deprecated.
  • Method Details