public class ChunkBlockMessage extends java.lang.Object implements IMalisisMessageHandler<ChunkBlockMessage.Packet,net.minecraftforge.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 |
|---|---|
void |
process(ChunkBlockMessage.Packet message,
net.minecraftforge.fml.common.network.simpleimpl.MessageContext ctx) |
static void |
sendCoords(net.minecraft.world.chunk.Chunk chunk,
long[] coords,
net.minecraft.entity.player.EntityPlayerMP player) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonMessage, useTaskpublic void process(ChunkBlockMessage.Packet message, net.minecraftforge.fml.common.network.simpleimpl.MessageContext ctx)
process in interface IMalisisMessageHandler<ChunkBlockMessage.Packet,net.minecraftforge.fml.common.network.simpleimpl.IMessage>public static void sendCoords(net.minecraft.world.chunk.Chunk chunk,
long[] coords,
net.minecraft.entity.player.EntityPlayerMP player)