Gets current plain Position position of this plain Entity entity. @return the position where this entity currently is @since 1.0
()
| 56 | * @since 1.0 |
| 57 | */ |
| 58 | @NonNull Position position(); |
| 59 | |
| 60 | /** |
| 61 | * Gets a {@linkplain Vector} of current velocity of this {@linkplain Entity entity}. |
no outgoing calls