public abstract class AbstractMessageWithLocation extends AbstractMessageWithDimension
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
net.minecraft.util.math.BlockPos |
getPosition() |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
getDimensionpublic net.minecraft.util.math.BlockPos getPosition()
public void fromBytes(io.netty.buffer.ByteBuf buf)
fromBytes in interface net.minecraftforge.fml.common.network.simpleimpl.IMessagefromBytes in class AbstractMessageWithDimensionpublic void toBytes(io.netty.buffer.ByteBuf buf)
toBytes in interface net.minecraftforge.fml.common.network.simpleimpl.IMessagetoBytes in class AbstractMessageWithDimension