Uses of Interface
alexiil.mc.lib.net.IMsgWriteCtx
Package | Description |
---|---|
alexiil.mc.lib.net |
LibNetworkStack's base library.
|
-
Uses of IMsgWriteCtx in alexiil.mc.lib.net
Classes in alexiil.mc.lib.net that implement IMsgWriteCtx Modifier and Type Class Description static class
MessageContext.Write
Methods in alexiil.mc.lib.net with parameters of type IMsgWriteCtx Modifier and Type Method Description void
NetIdData.IMsgDataWriter. write(NetByteBuf buffer, IMsgWriteCtx ctx)
void
NetIdDataK.IMsgDataWriterK. write(T obj, NetByteBuf buffer, IMsgWriteCtx ctx)
void
NetKeyMapper.OfEnum. write(NetByteBuf buffer, IMsgWriteCtx ctx, E value)
void
NetKeyMapper.ToString. write(NetByteBuf buffer, IMsgWriteCtx ctx, T value)
abstract void
NetKeyMapper. write(NetByteBuf buffer, IMsgWriteCtx ctx, T value)
void
NetObjectCacheSimple. write(T obj, NetByteBuf buffer, IMsgWriteCtx ctx)
protected void
DynamicNetId. writeContext(NetByteBuf buffer, IMsgWriteCtx ctx, T value)
protected void
ParentNetIdDuel. writeContext(NetByteBuf buffer, IMsgWriteCtx ctx, T value)
protected abstract void
ParentNetIdSingle. writeContext(NetByteBuf buffer, IMsgWriteCtx ctx, T value)
protected void
ParentDynamicNetId. writeContext0(NetByteBuf buffer, IMsgWriteCtx ctx, C value)
protected void
ParentNetIdCast. writeContext0(NetByteBuf buffer, IMsgWriteCtx ctx, Sub value)
protected abstract void
ParentNetIdDuel. writeContext0(NetByteBuf buffer, IMsgWriteCtx ctx, T value)
protected void
ParentNetIdDuelDirect. writeContext0(NetByteBuf buffer, IMsgWriteCtx ctx, T value)
protected void
ParentNetIdExtractor. writeContext0(NetByteBuf buffer, IMsgWriteCtx ctx, T value)
protected void
DynamicNetId. writeDynamicContext(CheckingNetByteBuf buffer, IMsgWriteCtx ctx, T value, java.util.List<TreeNetIdBase> resolvedPath)
void
ParentDynamicNetId. writeDynamicContext(CheckingNetByteBuf buffer, IMsgWriteCtx ctx, C value, java.util.List<TreeNetIdBase> resolvedPath)
protected void
ParentNetIdDuel. writeDynamicContext(CheckingNetByteBuf buffer, IMsgWriteCtx ctx, T value, java.util.List<TreeNetIdBase> resolvedPath)
protected void
ParentNetIdSingle. writeDynamicContext(CheckingNetByteBuf buffer, IMsgWriteCtx ctx, T value, java.util.List<TreeNetIdBase> resolvedPath)
void
ParentNetIdSingle. writeKey(CheckingNetByteBuf buffer, IMsgWriteCtx ctx, T value)