public class ChunkBlockMessage extends java.lang.Object implements cpw.mods.fml.common.network.simpleimpl.IMessageHandler<ChunkBlockMessage.Packet,cpw.mods.fml.common.network.simpleimpl.IMessage>
| Modifier and Type | Class and Description |
|---|---|
static class |
ChunkBlockMessage.Packet |
| Constructor and Description |
|---|
ChunkBlockMessage() |
| Modifier and Type | Method and Description |
|---|---|
cpw.mods.fml.common.network.simpleimpl.IMessage |
onMessage(ChunkBlockMessage.Packet message,
cpw.mods.fml.common.network.simpleimpl.MessageContext ctx) |
static void |
sendCoords(net.minecraft.world.chunk.Chunk chunk,
long[] coords,
net.minecraft.entity.player.EntityPlayerMP player) |
public cpw.mods.fml.common.network.simpleimpl.IMessage onMessage(ChunkBlockMessage.Packet message, cpw.mods.fml.common.network.simpleimpl.MessageContext ctx)
onMessage in interface cpw.mods.fml.common.network.simpleimpl.IMessageHandler<ChunkBlockMessage.Packet,cpw.mods.fml.common.network.simpleimpl.IMessage>public static void sendCoords(net.minecraft.world.chunk.Chunk chunk,
long[] coords,
net.minecraft.entity.player.EntityPlayerMP player)