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, waitgetBoundingBox, getEntityId, getEyeHeight, getEyeLocation, getLocation, getRotation, getTheoricVelocity, getType, isOnGround, isOp, isSameId, isSameId, setVelocitygetName, sendMessagegetDefaultpublic List<Block> getTargetBlock(int maxDistance)
getTargetBlock in interface Entitypublic void applyTheoricVelocity()
applyTheoricVelocity in interface Entitypublic Vector getVelocity()
EntitygetVelocity in interface Entity