Uses of Class
alexiil.mc.lib.net.TreeNetIdBase
Packages that use TreeNetIdBase
-
Uses of TreeNetIdBase in alexiil.mc.lib.net
Subclasses of TreeNetIdBase in alexiil.mc.lib.netModifier and TypeClassDescriptionclassDynamicNetId<T>classA leaf node that will send and receive messages.classclassNetIdDataK<T>classBase class forNetIdDataandNetIdSignal.classclassNetIdSignalK<T>classNetIdTyped<T>classParentDynamicNetId<P,C>classAparent nodethat doesn't write any header information for it's children: the static context (given by theIMsgReadCtxorIMsgWriteCtx) should be enough.classThe 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>classclassParentNetIdExtractor<Parent,T>classAparent nodethat writes out the context for the receiver to obtain the same object.Methods in alexiil.mc.lib.net with parameters of type TreeNetIdBaseModifier and TypeMethodDescriptionvoidCheckingNetByteBuf.readMarkerId(IMsgReadCtx ctx, TreeNetIdBase netId)Method parameters in alexiil.mc.lib.net with type arguments of type TreeNetIdBaseModifier and TypeMethodDescriptionprotected voidDynamicNetId.writeDynamicContext(CheckingNetByteBuf buffer, IMsgWriteCtx ctx, T value, List<TreeNetIdBase> resolvedPath)voidParentDynamicNetId.writeDynamicContext(CheckingNetByteBuf buffer, IMsgWriteCtx ctx, C value, List<TreeNetIdBase> resolvedPath)protected voidParentNetIdDuel.writeDynamicContext(CheckingNetByteBuf buffer, IMsgWriteCtx ctx, T value, List<TreeNetIdBase> resolvedPath)protected voidParentNetIdSingle.writeDynamicContext(CheckingNetByteBuf buffer, IMsgWriteCtx ctx, T value, List<TreeNetIdBase> resolvedPath)