Uses of Interface
alexiil.mc.lib.net.IMsgReadCtx
-
Uses of IMsgReadCtx in alexiil.mc.lib.net
Modifier and TypeMethodDescriptionvoid
NetIdSignal.IMsgSignalReceiver.handle(IMsgReadCtx ctx)
void
NetIdSignalK.IMsgSignalReceiverK.handle(T obj, IMsgReadCtx ctx)
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.NetKeyMapper.ToString.read(NetByteBuf buffer, IMsgReadCtx ctx)
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)
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)