Skip to main content

Crate yog_entity

Crate yog_entity 

Source
Expand description

Entity access — a universal handle to any entity by UUID.

In Minecraft most actions are entity-level (Player → LivingEntity → Entity): teleport, position, health… So Yog exposes them here, by UUID, for any entity. Player (in yog-player) is a thin wrapper that adds player-only things (inventory, networking) on top.

Structs§

Entity
A handle to one entity by UUID, bound to a Server.