Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
FreeMinecraftModels
/
com.magmaguy.freeminecraftmodels.api
/
ModeledEntityManager
Modeled
Entity
Manager
public
class
ModeledEntityManager
Members
Functions
get
All
Entities
Link copied to clipboard
public
static
HashSet
<
ModeledEntity
>
getAllEntities
(
)
Returns combined lists of all ModeledEntities (dynamic and static).
get
Dynamic
Entities
Link copied to clipboard
public
static
HashMap
<
UUID
,
DynamicEntity
>
getDynamicEntities
(
)
Returns the list of dynamic entities currently instanced by the plugin
model
Exists
Link copied to clipboard
public
static
boolean
modelExists
(
String
modelName
)
Returns whether a model exists by a given name
prop
Entities
Link copied to clipboard
public
static
HashMap
<
UUID
,
PropEntity
>
propEntities
(
)
reload
Link copied to clipboard
public
static
void
reload
(
)
Safely handles reloading the plugin, importing new data and reinitializing models