selery.about

Members

Aliases

SupportedBedrockProtocols
alias SupportedBedrockProtocols = ProtocolsImpl!(supportedBedrockProtocols)
SupportedJavaProtocols
alias SupportedJavaProtocols = ProtocolsImpl!(supportedJavaProtocols)

Tuples with the supported protocols.

block_t
alias block_t = ushort
Undocumented in source.
item_t
alias item_t = size_t
Undocumented in source.
suuid_t
alias suuid_t = immutable(ubyte)[17]
Undocumented in source.
tick_t
alias tick_t = size_t
Undocumented in source.

Functions

validateProtocols
uint[] validateProtocols(uint[] protocols, uint[] accepted, uint[] default_)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

newestBedrockProtocol
enum newestBedrockProtocol;
newestJavaProtocol
enum newestJavaProtocol;

Newest protocol supported.

Structs

Software
struct Software

Informations about the software, like name, codename, versions and protocols used.

Variables

__supported
enum bool __supported;

Indicates whether the software has been tested on the current OS

__supported
enum bool __supported;
Undocumented in source.
__supported
enum bool __supported;
Undocumented in source.
__supported
enum bool __supported;
Undocumented in source.
__supported
enum bool __supported;
Undocumented in source.
__supported
enum bool __supported;
Undocumented in source.
__supported
enum bool __supported;
Undocumented in source.
latestBedrockProtocols
enum uint[] latestBedrockProtocols;
latestJavaProtocols
enum uint[] latestJavaProtocols;

Latest protocols (latest version e.g 1.2.*).

supportedBedrockProtocols
enum uint[] supportedBedrockProtocols;
supportedJavaProtocols
enum uint[] supportedJavaProtocols;

Protocols supported by the software.

Meta

License

MIT

Authors

Kripth