Re-exportsยง
pub use crate::error::Error;
pub use crate::events::Event;
pub use crate::input::Input;
pub use crate::settings::CalendarMode;
pub use crate::settings::EditableSettings;
pub use crate::settings::Settings;
Modulesยง
- automod
- character_
creator ๐ - chat
- chunk_
generator - chunk_
serialize ๐ - client
- cmd
- Implementing new commands.
- connection_
handler - data_
dir ๐ - error
- events
- input
- location
- lod
- login_
provider - metrics
- persistence
- DB operations and schema migrations
- pet ๐
- presence
- rtsim
- settings
- state_
ext - sys
- terrain_
persistence - weather ๐
- wiring
Structsยง
- Battle
Mode Buffer - Store of BattleMode cooldowns for players while they go offline
- Chunk
Request - GenOpts
- HwStats
- Index
Owned - An owned reference to indexed data.
- Server
- Spawn
Point - SpawnPoint corresponds to the default location that players are positioned at if they have no waypoint. Players should always have a waypoint, so this should basically never be used in practice.
- Tick
- Tick
Start - World
- World
Opts
Enumsยง
Constantsยง
- DEFAULT_
DATA_ DIR_ NAME - Used so that different server frontends can share the same server saves, etc.
- DEFAULT_
WORLD_ MAP - The default world map.
- DEFAULT_
WORLD_ SEED - This is not the seed used to generate the default map, this seed was used to generate a better set of biomes on it as the original ones were unsuitable.
- MIN_VD
Functionsยง
- add_
admin - If successful returns the Some(uuid) of the added admin
- handle_
edit - remove_
admin - If successful returns the Some(uuid) of the removed admin