Uses of Class
alexiil.mc.lib.net.TreeNetIdBase
Package | Description |
---|---|
alexiil.mc.lib.net |
LibNetworkStack's base library.
|
-
Uses of TreeNetIdBase in alexiil.mc.lib.net
Subclasses of TreeNetIdBase in alexiil.mc.lib.net Modifier and Type Class Description class
DynamicNetId<T>
class
NetIdBase
A leaf node that will send and receive messages.class
NetIdData
class
NetIdDataK<T>
class
NetIdSeparate
Base class forNetIdData
andNetIdSignal
.class
NetIdSignal
class
NetIdSignalK<T>
class
NetIdTyped<T>
class
ParentDynamicNetId<P,C>
class
ParentNetId
Aparent node
that doesn't write any header information for it's children: the static context (given by theIMsgReadCtx
orIMsgWriteCtx
) should be enough.class
ParentNetIdBase
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.class
ParentNetIdCast<Super,Sub extends Super>
class
ParentNetIdDuel<Parent,T>
class
ParentNetIdDuelDirect<T>
class
ParentNetIdExtractor<Parent,T>
class
ParentNetIdSingle<T>
Aparent node
that writes out the context for the receiver to obtain the same object.Methods in alexiil.mc.lib.net with parameters of type TreeNetIdBase Modifier and Type Method Description void
CheckingNetByteBuf. readMarkerId(IMsgReadCtx ctx, TreeNetIdBase netId)
Method parameters in alexiil.mc.lib.net with type arguments of type TreeNetIdBase Modifier and Type Method Description 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)