public interface OfflinePlayer extends Entity
| Modifier and Type | Method and Description | 
|---|---|
default BoundingBox | 
getBoundingBox()
Get the bounding box of the current entity 
 | 
default String | 
getEntityId()
Get the entity ID 
 | 
default double | 
getEyeHeight()  | 
default Location | 
getEyeLocation()  | 
default Location | 
getLocation()
Get the entity location 
 | 
default Vector | 
getRotation()
Get the rotation (also called "direction") of the entity 
 | 
default Vector | 
getTheoricVelocity()
Get the velocity that the entity SHOULD be take 
 | 
default EntityType | 
getType()
Get the type of the entity 
 | 
UUID | 
getUniqueId()  | 
default Vector | 
getVelocity()
Get current entity velocity 
 | 
default World | 
getWorld()
Get the world of the entity 
 | 
boolean | 
hasPlayedBefore()  | 
default boolean | 
isDead()
Check if the entity is dead 
 | 
default boolean | 
isOnGround()
Check if the given entity is currently on ground 
 | 
boolean | 
isOnline()  | 
default void | 
sendMessage(String msg)  | 
default void | 
setVelocity(Vector vel)
Edit the entity velocity 
 | 
applyTheoricVelocity, getTargetBlock, isOp, isSameId, isSameIdgetNamegetDefaultUUID getUniqueId()
boolean isOnline()
boolean hasPlayedBefore()
default World getWorld()
Entitydefault boolean isDead()
Entitydefault boolean isOnGround()
EntityisOnGround in interface Entitydefault Location getLocation()
EntitygetLocation in interface Entitydefault EntityType getType()
Entitydefault Location getEyeLocation()
getEyeLocation in interface Entitydefault Vector getRotation()
EntitygetRotation in interface Entitydefault Vector getVelocity()
EntitygetVelocity in interface Entitydefault Vector getTheoricVelocity()
EntitygetTheoricVelocity in interface Entitydefault void setVelocity(Vector vel)
EntitysetVelocity in interface Entityvel - the new velocitydefault void sendMessage(String msg)
sendMessage in interface CommandSenderdefault BoundingBox getBoundingBox()
EntitygetBoundingBox in interface Entitydefault String getEntityId()
EntitygetEntityId in interface Entitydefault double getEyeHeight()
getEyeHeight in interface Entity