Class SyntheticClassInfo
java.lang.Object
org.spongepowered.asm.mixin.transformer.SyntheticClassInfo
- All Implemented Interfaces:
ISyntheticClassInfo
Information bundle about a synthetic class provided by Mixin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final IMixinInfoMixin which provides this classprotected final StringClass name (internal name) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the class name (java format)final IMixinInfogetMixin()Get the mixin which incepted this synthetic class (if more than one mixin is resposible, returns the first)getName()Get the class name (binary name)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.spongepowered.asm.service.ISyntheticClassInfo
isLoaded
-
Field Details
-
mixin
Mixin which provides this class -
name
Class name (internal name)
-
-
Constructor Details
-
SyntheticClassInfo
-
-
Method Details
-
getMixin
Description copied from interface:ISyntheticClassInfoGet the mixin which incepted this synthetic class (if more than one mixin is resposible, returns the first)- Specified by:
getMixinin interfaceISyntheticClassInfo
-
getName
Description copied from interface:ISyntheticClassInfoGet the class name (binary name)- Specified by:
getNamein interfaceISyntheticClassInfo
-
getClassName
Description copied from interface:ISyntheticClassInfoGet the class name (java format)- Specified by:
getClassNamein interfaceISyntheticClassInfo
-