Uses of Class
cpw.mods.fml.common.registry.ItemData

Packages that use ItemData
cpw.mods.fml.client   
cpw.mods.fml.common   
cpw.mods.fml.common.registry   
cpw.mods.fml.server   
 

Uses of ItemData in cpw.mods.fml.client
 

Method parameters in cpw.mods.fml.client with type arguments of type ItemData
 void FMLClientHandler.disconnectIDMismatch(com.google.common.collect.MapDifference<Integer,ItemData> s, NetHandler toKill, INetworkManager mgr)
           
 void FMLClientHandler.warnIDMismatch(com.google.common.collect.MapDifference<Integer,ItemData> idDifferences, boolean mayContinue)
           
 

Constructor parameters in cpw.mods.fml.client with type arguments of type ItemData
GuiIdMismatchScreen(com.google.common.collect.MapDifference<Integer,ItemData> idDifferences, boolean allowContinue)
           
 

Uses of ItemData in cpw.mods.fml.common
 

Method parameters in cpw.mods.fml.common with type arguments of type ItemData
 void IFMLSidedHandler.disconnectIDMismatch(com.google.common.collect.MapDifference<Integer,ItemData> s, NetHandler toKill, INetworkManager mgr)
           
 void FMLCommonHandler.disconnectIDMismatch(com.google.common.collect.MapDifference<Integer,ItemData> serverDifference, NetHandler toKill, INetworkManager network)
           
 

Uses of ItemData in cpw.mods.fml.common.registry
 

Methods in cpw.mods.fml.common.registry that return types with arguments of type ItemData
static Set<ItemData> GameData.buildWorldItemData(NBTTagList modList)
           
static com.google.common.collect.MapDifference<Integer,ItemData> GameData.gateWorldLoadingForValidation()
           
 

Methods in cpw.mods.fml.common.registry with parameters of type ItemData
 boolean ItemData.mayDifferByOrdinal(ItemData rightValue)
           
 

Method parameters in cpw.mods.fml.common.registry with type arguments of type ItemData
static void GameData.validateWorldSave(Set<ItemData> worldSaveItems)
           
 

Uses of ItemData in cpw.mods.fml.server
 

Method parameters in cpw.mods.fml.server with type arguments of type ItemData
 void FMLServerHandler.disconnectIDMismatch(com.google.common.collect.MapDifference<Integer,ItemData> s, NetHandler handler, INetworkManager mgr)