Crate veloren_client

source ·

Re-exports

  • pub use crate::error::Error;

Modules

Structs

Enums

Constants

Traits

  • 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.
  • The purpose of the Join trait is to provide a way to access multiple storages at the same time with the merged bit set.
  • Like the Join trait except this is similar to a lending iterator in that only one item can be accessed at once.
  • This trait provides some extension methods to make working with shred’s World easier.

Functions

Type Aliases