Crate chunkedge_server_common

Crate chunkedge_server_common 

Source
Expand description

§chunkedge_server_common

Contains some miscellaneous types for the chunkedge_server family of crates, like chunkedge_entity. chunkedge_registry, and chunkedge_server.

Structs§

Despawned
A marker [Component] for entities that should be despawned at the end of the tick.
Server
Contains global server state accessible as a [Resource].
ServerPlugin
ServerSettings
UniqueId
The universally unique identifier of an entity. Component wrapper for a Uuid.

Constants§

DEFAULT_TPS
Minecraft’s standard ticks per second (TPS).