Uses of Class
alexiil.mc.lib.net.NetIdData
Package | Description |
---|---|
alexiil.mc.lib.net |
LibNetworkStack's base library.
|
-
Uses of NetIdData in alexiil.mc.lib.net
Methods in alexiil.mc.lib.net that return NetIdData Modifier and Type Method Description NetIdData
ParentNetId. idData(java.lang.String name)
Returns a newNetIdData
(with this as it's parent) that can write an arbitrary length of data.NetIdData
ParentNetId. idData(java.lang.String name, int dataLength)
Returns a newNetIdData
(with this as it's parent) that must write exactly the given "length" bytes of data.NetIdData
NetIdData. setReadWrite(NetIdData.IMsgDataReceiver receiver, NetIdData.IMsgDataWriter writer)
NetIdData
NetIdData. setReceiver(NetIdData.IMsgDataReceiver receiver)
NetIdData
NetIdData. toClientOnly()
NetIdData
NetIdData. toEitherSide()
NetIdData
NetIdData. toServerOnly()
NetIdData
NetIdData. withLargeSize()
NetIdData
NetIdData. withNormalSize()
NetIdData
NetIdData. withoutBuffering()
NetIdData
NetIdData. withTinySize()