yog-entity 0.2.0

Yog entity access — universal handle to any entity by UUID.
Documentation
  • Coverage
  • 90.48%
    19 out of 21 items documented0 out of 20 items with examples
  • Size
  • Source code size: 6.77 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 324.27 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 3s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • F000NKKK

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.