List of usage examples for io.netty.buffer ByteBufInputStream readLong
@Override public long readLong() throws IOException
From source file:de.sanandrew.mods.claysoldiers.network.packet.PacketSoldierRender.java
License:Creative Commons License
@Override public void process(ByteBufInputStream stream, ByteBuf rawData, INetHandler handler) throws IOException { ClaySoldiersMod.proxy.applySoldierRenderFlags(stream.readInt(), stream.readLong(), stream.readLong(), stream.readLong(), stream.readLong()); }