Uses of Interface
alexiil.mc.lib.net.IMsgReadCtx
Package | Description |
---|---|
alexiil.mc.lib.net |
LibNetworkStack's base library.
|
-
Uses of IMsgReadCtx in alexiil.mc.lib.net
Classes in alexiil.mc.lib.net that implement IMsgReadCtx Modifier and Type Class Description static class
MessageContext.Read
Methods in alexiil.mc.lib.net with parameters of type IMsgReadCtx Modifier and Type Method Description void
NetIdSignal.IMsgSignalReceiver. handle(IMsgReadCtx ctx)
void
NetIdSignalK.IMsgSignalReceiverK. handle(T obj, IMsgReadCtx ctx)
E
NetKeyMapper.OfEnum. read(NetByteBuf buffer, IMsgReadCtx ctx)
abstract T
NetKeyMapper. read(NetByteBuf buffer, IMsgReadCtx ctx)
Reads the value for the key from the buffer, optionally using the parent keys.T
NetKeyMapper.ToString. read(NetByteBuf buffer, IMsgReadCtx ctx)
T
NetObjectCacheSimple. read(NetByteBuf buffer, IMsgReadCtx ctx)
protected T
DynamicNetId. readContext(NetByteBuf buffer, IMsgReadCtx ctx)
protected C
ParentDynamicNetId. readContext(NetByteBuf buffer, IMsgReadCtx ctx, P parentValue)
protected Sub
ParentNetIdCast. readContext(NetByteBuf buffer, IMsgReadCtx ctx, Super parentValue)
protected T
ParentNetIdDuel. readContext(NetByteBuf buffer, IMsgReadCtx ctx)
protected abstract T
ParentNetIdDuel. readContext(NetByteBuf buffer, IMsgReadCtx ctx, Parent parentValue)
protected T
ParentNetIdDuelDirect. readContext(NetByteBuf buffer, IMsgReadCtx ctx, T parentValue)
protected T
ParentNetIdExtractor. readContext(NetByteBuf buffer, IMsgReadCtx ctx, Parent parentValue)
protected abstract T
ParentNetIdSingle. readContext(NetByteBuf buffer, IMsgReadCtx ctx)
T
ParentNetIdSingle. readKey(CheckingNetByteBuf buffer, IMsgReadCtx ctx)
void
CheckingNetByteBuf. readMarkerId(IMsgReadCtx ctx, TreeNetIdBase netId)
void
NetIdData.IMsgDataReceiver. receive(NetByteBuf buffer, IMsgReadCtx ctx)
void
NetIdDataK.IMsgDataReceiverK. receive(T obj, NetByteBuf buffer, IMsgReadCtx ctx)
void
NetIdDataK. receive(NetByteBuf buffer, IMsgReadCtx ctx, T parentValue)
protected void
NetIdSignalK. receive(NetByteBuf buffer, IMsgReadCtx ctx, T obj)
protected abstract void
NetIdTyped. receive(NetByteBuf buffer, IMsgReadCtx ctx, T obj)