@MethodsReturnNonnullByDefault
@ParametersAreNonnullByDefault
public class PacketCubeSkyLightUpdates
extends java.lang.Object
implements net.minecraftforge.fml.common.network.simpleimpl.IMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
PacketCubeSkyLightUpdates.Handler |
| Constructor and Description |
|---|
PacketCubeSkyLightUpdates() |
PacketCubeSkyLightUpdates(Cube cube) |
PacketCubeSkyLightUpdates(Cube cube,
gnu.trove.list.TShortList updates) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
int |
updateCount() |
public PacketCubeSkyLightUpdates()
public PacketCubeSkyLightUpdates(Cube cube, gnu.trove.list.TShortList updates)
public PacketCubeSkyLightUpdates(Cube cube)
public void fromBytes(io.netty.buffer.ByteBuf buf)
fromBytes in interface net.minecraftforge.fml.common.network.simpleimpl.IMessagepublic void toBytes(io.netty.buffer.ByteBuf buf)
toBytes in interface net.minecraftforge.fml.common.network.simpleimpl.IMessagepublic int updateCount()