JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.spongepowered.asm.mixin.transformer.meta
Annotation Interface MixinInner
@Target
({})
@Retention
(
CLASS
)
public @interface
MixinInner
Decoration annotation used by the mixin inner class generator to mark inner classes which have been generated from an existing inner class in a mixin
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
mixin
The mixin which owns the original inner class
String
name
The original name of the inner class
Element Details
mixin
String
mixin
The mixin which owns the original inner class
name
String
name
The original name of the inner class