Package alexiil.mc.lib.net
Class ParentNetIdDuelDirect<T>
java.lang.Object
alexiil.mc.lib.net.TreeNetIdBase
alexiil.mc.lib.net.ParentNetIdBase
alexiil.mc.lib.net.ParentNetIdSingle<T>
alexiil.mc.lib.net.ParentNetIdDuel<T,T>
alexiil.mc.lib.net.ParentNetIdDuelDirect<T>
public final class ParentNetIdDuelDirect<T> extends ParentNetIdDuel<T,T>
-
Field Summary
Fields inherited from class alexiil.mc.lib.net.TreeNetIdBase
DYNAMIC_LENGTH, fullName, length, name, totalLength
-
Constructor Summary
Constructors Constructor Description ParentNetIdDuelDirect(ParentNetIdSingle<T> parent, java.lang.String name)
-
Method Summary
Modifier and Type Method Description protected T
extractParent(T value)
protected T
readContext(NetByteBuf buffer, IMsgReadCtx ctx, T parentValue)
protected void
writeContext0(NetByteBuf buffer, IMsgWriteCtx ctx, T value)
Methods inherited from class alexiil.mc.lib.net.ParentNetIdDuel
getPrintableName, readContext, writeContext, writeDynamicContext
Methods inherited from class alexiil.mc.lib.net.ParentNetIdSingle
child, extractor, idData, idData, idSignal, readKey, subType, writeKey
Methods inherited from class alexiil.mc.lib.net.TreeNetIdBase
equals, getRealClassName, hasFixedLength, hashCode, toString
-
Constructor Details
-
Method Details
-
extractParent
- Specified by:
extractParent
in classParentNetIdDuel<T,T>
-
writeContext0
- Specified by:
writeContext0
in classParentNetIdDuel<T,T>
-
readContext
protected T readContext(NetByteBuf buffer, IMsgReadCtx ctx, T parentValue) throws InvalidInputDataException- Specified by:
readContext
in classParentNetIdDuel<T,T>
- Returns:
- The read value.
- Throws:
InvalidInputDataException
- if the byte buffer contained invalid data.
-