public class EntityRayResult extends Object
Modifier | Constructor and Description |
---|---|
protected |
EntityRayResult(EntityRay ray,
RayResult rayResult,
List<Entity> foundedEntities,
Vector vec,
double lastDistance,
HashMap<Vector,Material> testedLoc) |
Modifier and Type | Method and Description |
---|---|
HashMap<Vector,Material> |
getAllTestedLoc()
Get ALL tested locations as vector with the material founded.
|
List<Entity> |
getEntitiesFounded()
Get all founded entities
|
double |
getLastDistance()
Get the distance between begin and end.
|
EntityRay |
getRay()
Get BlockRay which does ray action
|
RayResult |
getRayResult()
Get the Ray result
|
Vector |
getVector()
Get the vector used to make the ray
|
public EntityRay getRay()
public RayResult getRayResult()
public List<Entity> getEntitiesFounded()
public Vector getVector()
public double getLastDistance()