selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
HncomHandler
selery
hncom
handler
Undocumented in source.
interface
HncomHandler (
alias
type
)
if
(
is
(
type
==
clientbound
) ||
is
(
type
==
serverbound
)
) {
void
handleHncom
(ubyte[] buffer);
}
Members
Functions
handleHncom
void
handleHncom
(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
selery
hncom
handler
interfaces
HncomHandler