Interface PlatformLivingEntity

All Superinterfaces:
PlatformEntity, PlatformRegionHolder
All Known Subinterfaces:
PlatformPlayer

public interface PlatformLivingEntity extends PlatformEntity
Represents a living entity in the underlying platform.

This interface extends PlatformEntity to provide access to living entity-specific properties, such as eye location.

Since:
2.0.0
  • Method Details

    • eyeLocation

      @NotNull @NotNull PlatformLocation eyeLocation()
      Returns the eye location of the living entity.
      Returns:
      the eye location
      Since:
      2.0.0