public class ProjectileHitBox extends Object
Constructor and Description |
---|
ProjectileHitBox(AbstractLocation center,
double radius) |
ProjectileHitBox(AbstractLocation center,
double horizRadius,
double vertRadius) |
Modifier and Type | Method and Description |
---|---|
boolean |
contains(AbstractEntity entity) |
boolean |
contains(AbstractLocation location) |
public ProjectileHitBox(AbstractLocation center, double radius)
public ProjectileHitBox(AbstractLocation center, double horizRadius, double vertRadius)
public boolean contains(AbstractLocation location)
public boolean contains(AbstractEntity entity)
Copyright © 2020. All rights reserved.