Class Dummy

java.lang.Object
com.ticxo.modelengine.api.entity.Dummy
All Implemented Interfaces:
BaseEntity<Object>

public class Dummy extends Object implements BaseEntity<Object>
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.