Crate veloren_client

Source

Re-exports§

pub use crate::error::Error;

Modules§

addr
error

Structs§

CharacterList
Holds data related to the current players characters, as well as some additional state to handle UI.
Client
DispatcherBuilder
Builder for the Dispatcher.
EcsEntity
Entity type, as seen by the user.
ServerInfo
SiteInfoRich
WeatherLerp 🔒
World
A [Resource] container, which provides methods to insert, access and manage the contained resources.
WorldData

Enums§

AuthClientError
ClientInitStage
ClientType
Event

Constants§

MAX_SELECTABLE_VIEW_DISTANCE
PING_ROLLING_AVERAGE_SECS 🔒

Traits§

Builder
A common trait for EntityBuilder and LazyBuilder, allowing either to be used. Entity is definitely alive, but the components may or may not exist before a call to World::maintain.
Join
The purpose of the Join trait is to provide a way to access multiple storages at the same time with the merged bit set.
LendJoin
Like the Join trait except this is similar to a lending iterator in that only one item can be accessed at once.
WorldExt
This trait provides some extension methods to make working with shred’s World easier.

Functions§

connect_quic 🔒

Type Aliases§

ReadStorage
A storage with read access.