Serialized Form


Package cpw.mods.fml.client

Class cpw.mods.fml.client.CustomModLoadingErrorDisplayException extends RuntimeException implements Serializable


Package cpw.mods.fml.common

Class cpw.mods.fml.common.DuplicateModsFoundException extends LoaderException implements Serializable

Serialized Fields

dupes

com.google.common.collect.SetMultimap<K,V> dupes

Class cpw.mods.fml.common.LoaderException extends RuntimeException implements Serializable

serialVersionUID: -5675297950958861378L

Class cpw.mods.fml.common.MissingModsException extends RuntimeException implements Serializable

Serialized Fields

missingMods

Set<E> missingMods

Class cpw.mods.fml.common.WrongMinecraftVersionException extends RuntimeException implements Serializable

Serialized Fields

mod

ModContainer mod

Package cpw.mods.fml.common.network

Class cpw.mods.fml.common.network.FMLNetworkException extends RuntimeException implements Serializable


Package cpw.mods.fml.common.toposort

Class cpw.mods.fml.common.toposort.ModSortingException extends RuntimeException implements Serializable

Serialized Fields

sortingExceptionData

ModSortingException.SortingExceptionData<T> sortingExceptionData

Package cpw.mods.fml.common.versioning

Class cpw.mods.fml.common.versioning.InvalidVersionSpecificationException extends Exception implements Serializable


Package cpw.mods.fml.relauncher

Class cpw.mods.fml.relauncher.Downloader extends JOptionPane implements Serializable

Serialized Fields

container

JDialog container

currentActivity

JLabel currentActivity

progress

JProgressBar progress

stopIt

boolean stopIt

pokeThread

Thread pokeThread

Class cpw.mods.fml.relauncher.ReflectionHelper.UnableToAccessFieldException extends RuntimeException implements Serializable

Serialized Fields

fieldNameList

String[] fieldNameList

Class cpw.mods.fml.relauncher.ReflectionHelper.UnableToFindClassException extends RuntimeException implements Serializable

Serialized Fields

classNames

String[] classNames

Class cpw.mods.fml.relauncher.ReflectionHelper.UnableToFindFieldException extends RuntimeException implements Serializable

Serialized Fields

fieldNameList

String[] fieldNameList

Class cpw.mods.fml.relauncher.ReflectionHelper.UnableToFindMethodException extends RuntimeException implements Serializable

Serialized Fields

methodNames

String[] methodNames

Package net.minecraft.client

Class net.minecraft.client.CanvasMinecraftApplet extends Canvas implements Serializable

Serialized Fields

mcApplet

MinecraftApplet mcApplet
Reference to the MinecraftApplet object.

Class net.minecraft.client.MinecraftApplet extends Applet implements Serializable

Serialized Fields

mcCanvas

Canvas mcCanvas
Reference to the applet canvas.


mc

Minecraft mc
Reference to the Minecraft object.


mcThread

Thread mcThread
Reference to the Minecraft main thread.

Class net.minecraft.client.MinecraftFakeLauncher extends Applet implements Serializable

Serialized Fields

arguments

Map<K,V> arguments
Arguments that were passed to Minecraft.jar (username, sessionid etc)

Class net.minecraft.client.PanelCrashReport extends Panel implements Serializable


Package net.minecraft.command

Class net.minecraft.command.CommandException extends RuntimeException implements Serializable

Serialized Fields

errorObjects

Object[] errorObjects

Class net.minecraft.command.CommandNotFoundException extends CommandException implements Serializable

Class net.minecraft.command.NumberInvalidException extends CommandException implements Serializable

Class net.minecraft.command.PlayerNotFoundException extends CommandException implements Serializable

Class net.minecraft.command.SyntaxErrorException extends CommandException implements Serializable

Class net.minecraft.command.WrongUsageException extends SyntaxErrorException implements Serializable


Package net.minecraft.server.gui

Class net.minecraft.server.gui.GuiStatsComponent extends JComponent implements Serializable

Serialized Fields

memoryUse

int[] memoryUse
An array containing the columns that make up the memory use graph.


updateCounter

int updateCounter
Counts the number of updates. Used as the index into the memoryUse array to display the latest value.


displayStrings

String[] displayStrings
An array containing the strings displayed in this stats component.


field_79017_e

MinecraftServer field_79017_e

Class net.minecraft.server.gui.PlayerListBox extends JList implements Serializable

Serialized Fields

mcServer

MinecraftServer mcServer
Reference to the MinecraftServer object.


updateCounter

int updateCounter
Counts the number of updates.

Class net.minecraft.server.gui.ServerGUI extends JComponent implements Serializable

Serialized Fields

serverInstance

DedicatedServer serverInstance

Package net.minecraft.util

Class net.minecraft.util.MinecraftError extends Error implements Serializable

Class net.minecraft.util.ReportedException extends RuntimeException implements Serializable

Serialized Fields

theReportedExceptionCrashReport

CrashReport theReportedExceptionCrashReport
Instance of CrashReport.


Package net.minecraft.village

Class net.minecraft.village.MerchantRecipeList extends ArrayList implements Serializable


Package net.minecraft.world

Class net.minecraft.world.MinecraftException extends Exception implements Serializable