Interface GeyserPlayerEntity
- All Superinterfaces:
GeyserEntity
-
Method Summary
Modifier and TypeMethodDescriptionorg.cloudburstmc.math.vector.Vector3fposition()Gets the position of the player, as it is known to the Java server.Methods inherited from interface org.geysermc.geyser.api.entity.type.GeyserEntity
javaId
-
Method Details
-
position
org.cloudburstmc.math.vector.Vector3f position()Gets the position of the player, as it is known to the Java server.- Returns:
- the player's position
-