Package kr.toxicity.model.api.platform
Interface PlatformLivingEntity
- All Superinterfaces:
PlatformEntity,PlatformRegionHolder
- All Known Subinterfaces:
PlatformPlayer
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 Summary
Modifier and TypeMethodDescription@NotNull PlatformLocationReturns the eye location of the living entity.
-
Method Details
-
eyeLocation
Returns the eye location of the living entity.- Returns:
- the eye location
- Since:
- 2.0.0
-