cpw.mods.fml.common.network
Class ModMissingPacket

java.lang.Object
  extended by cpw.mods.fml.common.network.FMLPacket
      extended by cpw.mods.fml.common.network.ModMissingPacket

public class ModMissingPacket
extends FMLPacket


Constructor Summary
ModMissingPacket()
           
 
Method Summary
 FMLPacket consumePacket(byte[] data)
           
 void execute(INetworkManager network, FMLNetworkHandler handler, NetHandler netHandler, String userName)
           
 byte[] generatePacket(Object... data)
           
 List<ArtifactVersion> getModList()
           
 
Methods inherited from class cpw.mods.fml.common.network.FMLPacket
makePacket, makePacketSet, readPacket
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModMissingPacket

public ModMissingPacket()
Method Detail

generatePacket

public byte[] generatePacket(Object... data)
Specified by:
generatePacket in class FMLPacket

consumePacket

public FMLPacket consumePacket(byte[] data)
Specified by:
consumePacket in class FMLPacket

execute

public void execute(INetworkManager network,
                    FMLNetworkHandler handler,
                    NetHandler netHandler,
                    String userName)
Specified by:
execute in class FMLPacket

getModList

public List<ArtifactVersion> getModList()