Class EntityDataRegistry
java.lang.Object
be.seeseemelk.mockbukkit.entity.data.EntityDataRegistry
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidLoad all entity datastatic EntityDataloadEntityData(org.bukkit.entity.EntityType type) Construct entity data based on entity type
-
Method Details
-
loadData
Load all entity data- Parameters:
repository- The repository to load from
-
loadEntityData
Construct entity data based on entity type- Parameters:
type- The type of the entity- Returns:
- A new instance of entitydata
-