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 classDynamicNetId<T>classNetIdBaseA leaf node that will send and receive messages.classNetIdDataclassNetIdDataK<T>classNetIdSeparateBase class forNetIdDataandNetIdSignal.classNetIdSignalclassNetIdSignalK<T>classNetIdTyped<T>classParentDynamicNetId<P,C>classParentNetIdAparent nodethat doesn't write any header information for it's children: the static context (given by theIMsgReadCtxorIMsgWriteCtx) should be enough.classParentNetIdBaseThe 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.classParentNetIdCast<Super,Sub extends Super>classParentNetIdDuel<Parent,T>classParentNetIdDuelDirect<T>classParentNetIdExtractor<Parent,T>classParentNetIdSingle<T>Aparent nodethat 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 voidCheckingNetByteBuf. readMarkerId(IMsgReadCtx ctx, TreeNetIdBase netId)Method parameters in alexiil.mc.lib.net with type arguments of type TreeNetIdBase Modifier and Type Method Description protected voidDynamicNetId. writeDynamicContext(CheckingNetByteBuf buffer, IMsgWriteCtx ctx, T value, java.util.List<TreeNetIdBase> resolvedPath)voidParentDynamicNetId. writeDynamicContext(CheckingNetByteBuf buffer, IMsgWriteCtx ctx, C value, java.util.List<TreeNetIdBase> resolvedPath)protected voidParentNetIdDuel. writeDynamicContext(CheckingNetByteBuf buffer, IMsgWriteCtx ctx, T value, java.util.List<TreeNetIdBase> resolvedPath)protected voidParentNetIdSingle. writeDynamicContext(CheckingNetByteBuf buffer, IMsgWriteCtx ctx, T value, java.util.List<TreeNetIdBase> resolvedPath)