public abstract class AbstractEntity extends Object implements Entity
Constructor and Description |
---|
AbstractEntity() |
Modifier and Type | Method and Description |
---|---|
void |
applyTheoricVelocity() |
List<Block> |
getTargetBlock(int maxDistance) |
Vector |
getVelocity()
Get current entity velocity
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBoundingBox, getEntityId, getEyeHeight, getEyeLocation, getLocation, getRotation, getTheoricVelocity, getType, isOnGround, isOp, isSameId, isSameId, setVelocity
getName, sendMessage
getDefault
public List<Block> getTargetBlock(int maxDistance)
getTargetBlock
in interface Entity
public void applyTheoricVelocity()
applyTheoricVelocity
in interface Entity
public Vector getVelocity()
Entity
getVelocity
in interface Entity