Uses of Package
alexiil.mc.lib.net
Package
Description
LibNetworkStack's base library.
LibNetworkStack's minecraft-specific library.
-
ClassDescriptionAn active game connection to a single receiver (and with a single sender).Debug variant of
NetByteBuf
that writes the method calls to ensure that it's a perfect mirror.A networking related method that wrote data to the buffer.The container objectThe side of anActiveMinecraftConnection
.SpecialPacketByteBuf
class that provides methods specific to "offset" reading and writing - like writing a single bit to the stream, and auto-compacting it with similar bits into a single byte.A leaf node that will send and receive messages.Base class forNetIdData
andNetIdSignal
.Aparent node
that doesn't write any header information for it's children: the static context (given by theIMsgReadCtx
orIMsgWriteCtx
) should be enough.The base type for all parent nodes - that is nodes used for organising the data that is sent (or for writing header information), but you can't send or receive data through this.Aparent node
that writes out the context for the receiver to obtain the same object.The base class for all networking ID's. -
ClassDescriptionAn active game connection to a single receiver (and with a single sender).The side of an
ActiveMinecraftConnection
.SpecialPacketByteBuf
class that provides methods specific to "offset" reading and writing - like writing a single bit to the stream, and auto-compacting it with similar bits into a single byte.Aparent node
that doesn't write any header information for it's children: the static context (given by theIMsgReadCtx
orIMsgWriteCtx
) should be enough.Aparent node
that writes out the context for the receiver to obtain the same object.