public static class NeighborChangedMessage.Packet
extends java.lang.Object
implements net.minecraftforge.fml.common.network.simpleimpl.IMessage
| Constructor and Description |
|---|
Packet() |
Packet(net.minecraft.util.math.BlockPos pos,
net.minecraft.block.Block neighbor) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
public Packet()
public Packet(net.minecraft.util.math.BlockPos pos,
net.minecraft.block.Block neighbor)
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