Serialized Form
-
Package org.spongepowered.asm.launch
-
Error org.spongepowered.asm.launch.MixinInitialisationError
class MixinInitialisationError extends org.spongepowered.asm.mixin.throwables.MixinError implements Serializable- serialVersionUID:
- 1L
-
-
Package org.spongepowered.asm.mixin.injection.callback
-
Exception org.spongepowered.asm.mixin.injection.callback.CancellationException
class CancellationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.spongepowered.asm.mixin.injection.invoke.arg
-
Exception org.spongepowered.asm.mixin.injection.invoke.arg.ArgumentCountException
class ArgumentCountException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
Exception org.spongepowered.asm.mixin.injection.invoke.arg.ArgumentIndexOutOfBoundsException
class ArgumentIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.spongepowered.asm.mixin.injection.modify
-
Exception org.spongepowered.asm.mixin.injection.modify.InvalidImplicitDiscriminatorException
class InvalidImplicitDiscriminatorException extends org.spongepowered.asm.mixin.throwables.MixinException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.spongepowered.asm.mixin.injection.selectors
-
Exception org.spongepowered.asm.mixin.injection.selectors.InvalidSelectorException
class InvalidSelectorException extends org.spongepowered.asm.mixin.throwables.MixinException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.spongepowered.asm.mixin.injection.struct
-
Class org.spongepowered.asm.mixin.injection.struct.InjectionNodes
- serialVersionUID:
- 1L
-
Class org.spongepowered.asm.mixin.injection.struct.InjectorGroupInfo.Map
- serialVersionUID:
- 1L
-
Serialized Fields
-
noGroup
InjectorGroupInfo noGroup
-
-
Exception org.spongepowered.asm.mixin.injection.struct.InvalidMemberDescriptorException
class InvalidMemberDescriptorException extends InvalidSelectorException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
input
String input
-
-
Exception org.spongepowered.asm.mixin.injection.struct.TargetNotSupportedException
class TargetNotSupportedException extends InvalidSelectorException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.spongepowered.asm.mixin.refmap
-
Class org.spongepowered.asm.mixin.refmap.ReferenceMapper
class ReferenceMapper extends Object implements Serializable- serialVersionUID:
- 2L
-
Serialized Fields
-
data
Map<String,
Map<String, Map<String, String>>> data All mapping sets, keyed by environment type, eg. "notch", "searge". The format of each map within this map is the same as forReferenceMapper.mappings -
mappings
Map<String,
Map<String, String>> mappings "Default" mappings. The set of mappings to use as "default" is specified by the AP. Each entry is keyed by the owning mixin, with the value map containing the actual remappings for each owner
-
-
-
Package org.spongepowered.asm.mixin.transformer.ext.extensions
-
Exception org.spongepowered.asm.mixin.transformer.ext.extensions.ExtensionCheckClass.ValidationFailedException
class ValidationFailedException extends org.spongepowered.asm.mixin.throwables.MixinException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.spongepowered.asm.service
-
Exception org.spongepowered.asm.service.ServiceInitialisationException
class ServiceInitialisationException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Error org.spongepowered.asm.service.ServiceNotAvailableError
class ServiceNotAvailableError extends Error implements Serializable- serialVersionUID:
- 1L
-
Error org.spongepowered.asm.service.ServiceVersionError
class ServiceVersionError extends Error implements Serializable- serialVersionUID:
- 1L
-
-
Package org.spongepowered.asm.util
-
Class org.spongepowered.asm.util.VersionNumber
class VersionNumber extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
suffix
String suffix
suffix such as -BETA or -SNAPSHOT, must be prefixed with "-" to be matched -
value
long value
The version number, packed as four shorts into a long
-
-