@MethodsReturnNonnullByDefault
@ParametersAreNonnullByDefault
public class PacketCubes
extends java.lang.Object
implements net.minecraftforge.fml.common.network.simpleimpl.IMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
PacketCubes.Handler |
| Constructor and Description |
|---|
PacketCubes() |
PacketCubes(java.util.List<Cube> cubes) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
public PacketCubes()
public PacketCubes(java.util.List<Cube> cubes)
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.IMessage