public abstract class AbstractMessageWithLocation extends AbstractMessageWithDimension
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMessageWithLocation() |
protected |
AbstractMessageWithLocation(net.minecraft.world.World world,
int x,
int y,
int z) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
int |
getPositionX() |
int |
getPositionY() |
int |
getPositionZ() |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
getDimensionprotected AbstractMessageWithLocation(net.minecraft.world.World world,
int x,
int y,
int z)
protected AbstractMessageWithLocation()
public int getPositionX()
public int getPositionY()
public int getPositionZ()
public void fromBytes(io.netty.buffer.ByteBuf buf)
fromBytes in interface cpw.mods.fml.common.network.simpleimpl.IMessagefromBytes in class AbstractMessageWithDimensionpublic void toBytes(io.netty.buffer.ByteBuf buf)
toBytes in interface cpw.mods.fml.common.network.simpleimpl.IMessagetoBytes in class AbstractMessageWithDimension