Skip to main content

Crate yog_player

Crate yog_player 

Source
Expand description

Player access for Yog mods.

Player is a thin wrapper over yog_entity::Entity: it delegates all entity-level operations (teleport, position, health …) to that layer and adds the player-specific extras (inventory, networking) on top.

Structs§

Player
A handle to one player, bound to a Server.