Uses of Class
alexiil.mc.lib.net.ParentNetIdBase
Package | Description |
---|---|
alexiil.mc.lib.net |
LibNetworkStack's base library.
|
-
Uses of ParentNetIdBase in alexiil.mc.lib.net
Subclasses of ParentNetIdBase in alexiil.mc.lib.net Modifier and Type Class Description class
DynamicNetId<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
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.Fields in alexiil.mc.lib.net declared as ParentNetIdBase Modifier and Type Field Description ParentNetIdBase
TreeNetIdBase. parent
Constructors in alexiil.mc.lib.net with parameters of type ParentNetIdBase Constructor Description TreeNetIdBase(ParentNetIdBase parent, java.lang.String name, int thisLength)