Package com.ticxo.modelengine.api.entity
package com.ticxo.modelengine.api.entity
-
ClassDescriptionBaseEntity<T>Interface used by
ModeledEntityto retrieve information about the entity.
For bukkit entities, useBukkitEntity.
For bukkit players, useBukkitPlayer.
For general purpose player-specific targets, useDummy.Default implementation ofBaseEntityto wrap the default bukkit'sEntityclass.
For simple usage, this is all you would need.Default implementation ofBaseEntityto wrap the default bukkit'sPlayerclass.
This is mainly used for players to disguise themselves as a model.Default implementation ofBaseEntitythat 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. UseManualRangeManagerto modify the viewer list.