public class NeighborChangedMessage extends java.lang.Object implements IMalisisMessageHandler<NeighborChangedMessage.Packet,net.minecraftforge.fml.common.network.simpleimpl.IMessage>
| Modifier and Type | Class and Description |
|---|---|
static class |
NeighborChangedMessage.Packet |
| Constructor and Description |
|---|
NeighborChangedMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(NeighborChangedMessage.Packet message,
net.minecraftforge.fml.common.network.simpleimpl.MessageContext ctx) |
static void |
send(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.block.Block neighbor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClientPlayer, getClientWorld, getPlayer, getWorld, onMessage, useTaskpublic void process(NeighborChangedMessage.Packet message, net.minecraftforge.fml.common.network.simpleimpl.MessageContext ctx)
process in interface IMalisisMessageHandler<NeighborChangedMessage.Packet,net.minecraftforge.fml.common.network.simpleimpl.IMessage>public static void send(net.minecraft.world.World world,
net.minecraft.util.math.BlockPos pos,
net.minecraft.block.Block neighbor)