Interface GeyserPlayerEntity

All Superinterfaces:
GeyserEntity

public interface GeyserPlayerEntity extends GeyserEntity
  • Method Summary

    Modifier and Type
    Method
    Description
    org.cloudburstmc.math.vector.Vector3f
    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