Class EntityTransform

java.lang.Object
me.deecaad.core.utils.Transform
me.deecaad.core.utils.EntityTransform

public class EntityTransform extends Transform
Wraps a bukkit Entity to use Transform methods easily. Entity transforms cannot have parents, but they can have children. Not very performance friendly when having many children, since the quaternions are not cached every tick.

TODO add cache to deal with potential performance problems