TranslatingRay

public class TranslatingRay extends Ray

Constructors

Link copied to clipboard
public void TranslatingRay(boolean ignoresSolidBlocks, double pointRadius, Location target, Location finalTarget, Location target2, Location finalTarget2, 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

Inherited functions

Link copied to clipboard
public boolean borderContains(Location position)
Link copied to clipboard
public boolean contains(Location position)
Link copied to clipboard
protected List<Location> drawLine(Location location1, Location location2)
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)