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
/
Cuboid
Cuboid
public
class
Cuboid
extends
Shape
Members
Constructors
Cuboid
Link copied to clipboard
public
void
Cuboid
(
Float
x
,
Float
y
,
Float
z
,
Float
xBorder
,
Float
yBorder
,
Float
zBorder
,
Location
centerLocation
)
Properties
edge
Vectors
Link copied to clipboard
public
List
<
Vector
>
edgeVectors
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
)
get
Center
Link copied to clipboard
public
Location
getCenter
(
)
get
Edge
Locations
Link copied to clipboard
public
List
<
Location
>
getEdgeLocations
(
)
get
Edge
Vectors
Link copied to clipboard
public
List
<
Vector
>
getEdgeVectors
(
)
get
Locations
Link copied to clipboard
public
List
<
Location
>
getLocations
(
)
visualize
Link copied to clipboard
public
void
visualize
(
Particle
particle
)