Package com.ticxo.modelengine.api.entity
package com.ticxo.modelengine.api.entity
-
ClassDescriptionBaseEntity<T>Interface used by
ModeledEntity
to retrieve information about the entity.
For bukkit entities, useBukkitEntity
.
For bukkit players, useBukkitPlayer
.
For general purpose player-specific targets, useDummy
.Default implementation ofBaseEntity
to wrap the default bukkit'sEntity
class.
For simple usage, this is all you would need.Default implementation ofBaseEntity
to wrap the default bukkit'sPlayer
class.
This is mainly used for players to disguise themselves as a model.Default implementation ofBaseEntity
that does not wrap anything and have all aspects controllable.
This is mainly used to spawn player-specific models, inanimate objects, or extended to implement custom logic.
Since this wrapper does not exist in the world, it would not automatically add or remove players from the list of viewers. UseManualRangeManager
to modify the viewer list.