Class Collider

java.lang.Object
org.collebol.shared.physics.PhysicsComponent
org.collebol.shared.physics.collision.Collider
Direct Known Subclasses:
BoxCollider

public abstract class Collider extends PhysicsComponent
  • Constructor Details

  • Method Details

    • getLocation

      public GameLocation getLocation()
    • getOriginLocation

      public GameLocation getOriginLocation()
    • intersects

      public abstract boolean intersects(Collider other)