Package | Description |
---|---|
cpw.mods.fml.client | |
cpw.mods.fml.common | |
cpw.mods.fml.common.registry | |
cpw.mods.fml.server |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
GuiIdMismatchScreen(com.google.common.collect.MapDifference<Integer,ItemData> idDifferences,
boolean allowContinue) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static Set<ItemData> |
GameData.buildWorldItemData(NBTTagList modList) |
static com.google.common.collect.MapDifference<Integer,ItemData> |
GameData.gateWorldLoadingForValidation() |
Modifier and Type | Method and Description |
---|---|
boolean |
ItemData.mayDifferByOrdinal(ItemData rightValue) |
Modifier and Type | Method and Description |
---|---|
static void |
GameData.validateWorldSave(Set<ItemData> worldSaveItems) |
Modifier and Type | Method and Description |
---|---|
void |
FMLServerHandler.disconnectIDMismatch(com.google.common.collect.MapDifference<Integer,ItemData> s,
NetHandler handler,
INetworkManager mgr) |