public class SyncerMessage extends java.lang.Object implements IMalisisMessageHandler<SyncerMessage.Packet<?,?>,net.minecraftforge.fml.common.network.simpleimpl.IMessage>
MalisisInventoryContainer on the client.| Modifier and Type | Class and Description |
|---|---|
static class |
SyncerMessage.Packet<T,S extends ISyncableData> |
| Constructor and Description |
|---|
SyncerMessage() |
| Modifier and Type | Method and Description |
|---|---|
<T,S extends ISyncableData> |
doProcess(SyncerMessage.Packet<T,S> message,
net.minecraftforge.fml.common.network.simpleimpl.MessageContext ctx) |
void |
process(SyncerMessage.Packet<?,?> message,
net.minecraftforge.fml.common.network.simpleimpl.MessageContext ctx)
Handles the received
SyncerMessage.Packet on the client. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClientPlayer, getClientWorld, getPlayer, getWorld, onMessage, useTaskpublic void process(SyncerMessage.Packet<?,?> message, net.minecraftforge.fml.common.network.simpleimpl.MessageContext ctx)
SyncerMessage.Packet on the client.process in interface IMalisisMessageHandler<SyncerMessage.Packet<?,?>,net.minecraftforge.fml.common.network.simpleimpl.IMessage>message - the messagectx - the ctxpublic <T,S extends ISyncableData> void doProcess(SyncerMessage.Packet<T,S> message, net.minecraftforge.fml.common.network.simpleimpl.MessageContext ctx)