Package com.ticxo.modelengine.api.entity


package com.ticxo.modelengine.api.entity
  • Class
    Description
    Interface used by ModeledEntity to retrieve information about the entity.
    For bukkit entities, use BukkitEntity.
    For bukkit players, use BukkitPlayer.
    For general purpose player-specific targets, use Dummy.
    Default implementation of BaseEntity to wrap the default bukkit's Entity class.
    For simple usage, this is all you would need.
    Default implementation of BaseEntity to wrap the default bukkit's Player class.
    This is mainly used for players to disguise themselves as a model.
    Default implementation of BaseEntity 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. Use ManualRangeManager to modify the viewer list.