Uses of Class
alexiil.mc.lib.net.NetIdSignal
Package | Description |
---|---|
alexiil.mc.lib.net |
LibNetworkStack's base library.
|
-
Uses of NetIdSignal in alexiil.mc.lib.net
Methods in alexiil.mc.lib.net that return NetIdSignal Modifier and Type Method Description NetIdSignal
ParentNetId. idSignal(java.lang.String name)
Returns a newNetIdSignal
(with this as it's parent) that won't write any data out: instead the mere presence of this packet should convey all of the information required.NetIdSignal
NetIdSignal. setReceiver(NetIdSignal.IMsgSignalReceiver receiver)
NetIdSignal
NetIdSignal. toClientOnly()
NetIdSignal
NetIdSignal. toEitherSide()
NetIdSignal
NetIdSignal. toServerOnly()
NetIdSignal
NetIdSignal. withLargeSize()
NetIdSignal
NetIdSignal. withNormalSize()
NetIdSignal
NetIdSignal. withoutBuffering()
NetIdSignal
NetIdSignal. withTinySize()