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.easyminecraftgoals.customentity
/
CustomEntityPropertySchema
Custom
Entity
Property
Schema
public
final
class
CustomEntityPropertySchema
Members
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
MAX_
PROPERTIES
Link copied to clipboard
public
final
static
int
MAX_PROPERTIES
Functions
builder
Link copied to clipboard
public
static
CustomEntityPropertySchema.Builder
builder
(
)
contains
Link copied to clipboard
public
boolean
contains
(
String
identifier
)
empty
Link copied to clipboard
public
static
CustomEntityPropertySchema
empty
(
)
get
Link copied to clipboard
public
CustomEntityPropertyDefinition
get
(
String
identifier
)
properties
Link copied to clipboard
public
List
<
CustomEntityPropertyDefinition
>
properties
(
)
size
Link copied to clipboard
public
int
size
(
)