Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
EliteMobs
/
com.magmaguy.elitemobs.utils.shapes
/
StaticRay
Static
Ray
public
class
StaticRay
extends
Ray
Members
Constructors
Static
Ray
Link copied to clipboard
public
void
StaticRay
(
boolean ignoresSolidBlocks
,
double pointRadius
,
Location
centerLocation
,
Location
initialTargetLocation
)
Inherited properties
center
Location
Link copied to clipboard
protected
Location
centerLocation
current
Source
Link copied to clipboard
protected
Location
currentSource
current
Target
Link copied to clipboard
protected
Location
currentTarget
ignores
Solid
Blocks
Link copied to clipboard
protected
final
boolean
ignoresSolidBlocks
initial
Target
Location
Link copied to clipboard
protected
Location
initialTargetLocation
locations
Link copied to clipboard
protected
List
<
Location
>
locations
max
Distance
Link copied to clipboard
protected
final
double
maxDistance
thickness
Link copied to clipboard
protected
double
thickness
Inherited functions
border
Contains
Link copied to clipboard
public
boolean
borderContains
(
Location
position
)
contains
Link copied to clipboard
public
boolean
contains
(
Location
position
)
draw
Line
Link copied to clipboard
protected
List
<
Location
>
drawLine
(
Location
location1
,
Location
location2
)
get
Center
Link copied to clipboard
public
Location
getCenter
(
)
get
Edge
Locations
Link copied to clipboard
public
List
<
Location
>
getEdgeLocations
(
)
get
Locations
Link copied to clipboard
public
List
<
Location
>
getLocations
(
)
visualize
Link copied to clipboard
public
void
visualize
(
Particle
particle
)