Interface RayTrace.Factory
public static interface RayTrace.Factory
Creates relevant objects for ray tracing.
-
Method Details
-
entityRayTrace
- See Also:
-
blockRayTrace
RayTrace<LocatableBlock> blockRayTrace()- See Also:
-
onlyAir
Predicate<LocatableBlock> onlyAir()- See Also:
-
notAir
Predicate<LocatableBlock> notAir()- See Also:
-