C# (CSharp) Bricklayer.Server Пространство имен

Пространства имен

Bricklayer.Server.Entities
Bricklayer.Server.World

Классы

Имя Описание
IO Handles disk saving/loading operations
Log Logs messages to the console with many options, such as colors, prefixes, and in-built string.Format arguments
LogType Messages shown in the console with a specified color and prefix
MessageHandler Handles processing of incoming messages
NetworkManager Handles network functions for the server, such as port-forwarding, sending messages, etc Send Function Guide: Send: Sends a message to a player Broadcast: Sends a message to each player in a map Global: Sends a message to each player on the server
PingListener Handles incoming ping requests for server data such as players online, motd, etc
Program
Server The main server entry point
Settings Contains settings to be serialized into JSON