@MethodsReturnNonnullByDefault
@ParametersAreNonnullByDefault
public class PacketUnloadCube
extends java.lang.Object
implements net.minecraftforge.fml.common.network.simpleimpl.IMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
PacketUnloadCube.Handler |
| Constructor and Description |
|---|
PacketUnloadCube() |
PacketUnloadCube(CubePos cubePos) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(io.netty.buffer.ByteBuf in) |
void |
toBytes(io.netty.buffer.ByteBuf out) |
public PacketUnloadCube()
public PacketUnloadCube(CubePos cubePos)
public void fromBytes(io.netty.buffer.ByteBuf in)
fromBytes in interface net.minecraftforge.fml.common.network.simpleimpl.IMessagepublic void toBytes(io.netty.buffer.ByteBuf out)
toBytes in interface net.minecraftforge.fml.common.network.simpleimpl.IMessage