Class BukkitEntity

java.lang.Object
com.ticxo.modelengine.api.entity.BukkitEntity
All Implemented Interfaces:
BaseEntity<org.bukkit.entity.Entity>

public class BukkitEntity extends Object implements BaseEntity<org.bukkit.entity.Entity>
Default implementation of BaseEntity to wrap the default bukkit's Entity class.
For simple usage, this is all you would need.