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 NetIdDataParentNetId. idData(java.lang.String name)Returns a newNetIdData(with this as it's parent) that can write an arbitrary length of data.NetIdDataParentNetId. 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.NetIdDataNetIdData. setReadWrite(NetIdData.IMsgDataReceiver receiver, NetIdData.IMsgDataWriter writer)NetIdDataNetIdData. setReceiver(NetIdData.IMsgDataReceiver receiver)NetIdDataNetIdData. toClientOnly()NetIdDataNetIdData. toEitherSide()NetIdDataNetIdData. toServerOnly()NetIdDataNetIdData. withLargeSize()NetIdDataNetIdData. withNormalSize()NetIdDataNetIdData. withoutBuffering()NetIdDataNetIdData. withTinySize()