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
/
Shape
Shape
public
abstract
class
Shape
Inheritors
Cone
Cuboid
Cylinder
Ray
Sphere
Members
Constructors
Shape
Link copied to clipboard
public
void
Shape
(
)
Functions
border
Contains
Link copied to clipboard
public
abstract
boolean
borderContains
(
Location
position
)
public
abstract
boolean
borderContains
(
LivingEntity
livingEntity
)
contains
Link copied to clipboard
public
abstract
boolean
contains
(
Location
position
)
public
abstract
boolean
contains
(
LivingEntity
livingEntity
)
get
Center
Link copied to clipboard
public
abstract
Location
getCenter
(
)
get
Edge
Locations
Link copied to clipboard
public
abstract
List
<
Location
>
getEdgeLocations
(
)
get
Locations
Link copied to clipboard
public
abstract
List
<
Location
>
getLocations
(
)
visualize
Link copied to clipboard
public
abstract
void
visualize
(
Particle
particle
)