Package mcp.mobius.waila.api
Interface IEntityAccessor
Used to get some basic data out of the game without having to request direct access to the game engine.
-
Method Details
-
getWorld
Level getWorld() -
getPlayer
Player getPlayer() -
getEntity
-
getEntityHitResult
EntityHitResult getEntityHitResult() -
getRenderingPosition
-
getServerDataTime
long getServerDataTime() -
getData
IDataReader getData() -
getUpdateId
int getUpdateId() -
getRayCastOrigin
Vec3 getRayCastOrigin() -
getRayCastDirection
Vec3 getRayCastDirection() -
getRayCastMaxDistance
double getRayCastMaxDistance() -
getFrameTime
float getFrameTime()
-