@Deprecated public class EntityRay extends AbstractRay<EntityRayResult>
basePosition, lastDistance, maxDistance, position, testedVec, vector, w| Modifier | Constructor and Description | 
|---|---|
protected  | 
EntityRay(World w,
         Location position,
         Vector vector,
         int maxDistance,
         boolean onlyPlayers,
         List<Entity> bypassEntities,
         Entity searched)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
protected EntityRayResult | 
createResult(RayResult ray)
Deprecated.  
  | 
List<Entity> | 
getEntities()
Deprecated.  
Get all entities 
 | 
protected RayResult | 
tryLocation(Vector v)
Deprecated.  
  | 
compile, getBasePosition, getLastDistance, getPosition, getTestedVectors, getVector, getWorld, tryLoc0public List<Entity> getEntities()
protected EntityRayResult createResult(RayResult ray)
createResult in class AbstractRay<EntityRayResult>protected RayResult tryLocation(Vector v)
tryLocation in class AbstractRay<EntityRayResult>