Crate valence_server_common
source ·Expand description
§valence_server_common
Contains some miscellaneous types for the valence_server
family of crates, like valence_entity
. valence_registry
, and valence_server
.
Structs§
- A marker [
Component
] for entities that should be despawned at the end of the tick. - Contains global server state accessible as a [
Resource
]. - The universally unique identifier of an entity. Component wrapper for a
Uuid
.
Constants§
- Minecraft’s standard ticks per second (TPS).