Package codechicken.mixin.api
Class MixinBackend.SimpleMixinBackend
java.lang.Object
codechicken.mixin.api.MixinBackend.SimpleMixinBackend
- All Implemented Interfaces:
MixinBackend
- Enclosing interface:
- MixinBackend
A simple
MixinBackend implementation for standalone use.-
Nested Class Summary
Nested classes/interfaces inherited from interface codechicken.mixin.api.MixinBackend
MixinBackend.SimpleMixinBackend -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte @Nullable []Gets the bytes for a class.The class loader to delegate class loading calls to.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface codechicken.mixin.api.MixinBackend
filterMethodAnnotations
-
Constructor Details
-
SimpleMixinBackend
public SimpleMixinBackend() -
SimpleMixinBackend
-
-
Method Details
-
getContextClassLoader
Description copied from interface:MixinBackendThe class loader to delegate class loading calls to.- Specified by:
getContextClassLoaderin interfaceMixinBackend- Returns:
- The context class loader.
-
getBytes
Description copied from interface:MixinBackendGets the bytes for a class.- Specified by:
getBytesin interfaceMixinBackend- Parameters:
name- The class name.- Returns:
- The bytes for the class.
-