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 IMixinInfoMixin which provides this classprotected StringClass name (internal name) -
Constructor Summary
Constructors -
Method Summary
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
-