RotatingRay

public class RotatingRay extends Ray

Constructors

Link copied to clipboard
public void RotatingRay(boolean ignoresSolidBlocks, double pointRadius, Location target, Location target2, double pitchPreRotation, double yawPreRotation, double pitchRotation, double yawRotation, int animationDuration)

Inherited properties

Link copied to clipboard
protected Location centerLocation
Link copied to clipboard
protected Location currentSource
Link copied to clipboard
protected Location currentTarget
Link copied to clipboard
protected final boolean ignoresSolidBlocks
Link copied to clipboard
protected Location initialTargetLocation
Link copied to clipboard
protected List<Location> locations
Link copied to clipboard
protected final double maxDistance
Link copied to clipboard
protected double thickness

Functions

Link copied to clipboard
protected List<Location> drawLine(Location location1, Location location2)

Inherited functions

Link copied to clipboard
public boolean borderContains(Location position)
Link copied to clipboard
public boolean contains(Location position)
Link copied to clipboard
public Location getCenter()
Link copied to clipboard
public List<Location> getEdgeLocations()
Link copied to clipboard
public List<Location> getLocations()
Link copied to clipboard
public void visualize(Particle particle)