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)
Processes the received message.
|
static void |
sendCoords(net.minecraft.world.chunk.Chunk chunk,
java.util.Set<net.minecraft.util.math.BlockPos> coords,
net.minecraft.entity.player.EntityPlayerMP player) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPlayer, getWorld, onMessage, useTaskpublic void process(ChunkBlockMessage.Packet message, net.minecraftforge.fml.common.network.simpleimpl.MessageContext ctx)
IMalisisMessageHandlerprocess in interface IMalisisMessageHandler<ChunkBlockMessage.Packet,net.minecraftforge.fml.common.network.simpleimpl.IMessage>message - the messagectx - the ctxpublic static void sendCoords(net.minecraft.world.chunk.Chunk chunk,
java.util.Set<net.minecraft.util.math.BlockPos> coords,
net.minecraft.entity.player.EntityPlayerMP player)