Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
MagmaCore
/
com.magmaguy.magmacore.scripting.zones
/
Cylinder
Cylinder
public
class
Cylinder
extends
Shape
Members
Constructors
Cylinder
Link copied to clipboard
public
void
Cylinder
(
Location
centerLocation
,
double radius
,
double height
,
double borderRadius
)
public
void
Cylinder
(
Vector
center
,
double radius
,
double height
)
Functions
border
Contains
Link copied to clipboard
public
boolean
borderContains
(
Location
position
)
public
boolean
borderContains
(
LivingEntity
livingEntity
)
contains
Link copied to clipboard
public
boolean
contains
(
Location
position
)
public
boolean
contains
(
LivingEntity
livingEntity
)
public
boolean
contains
(
Vector
position
)
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
)