Documentation - SpongePowered Mixin Project
Documentation
Explore detailed guides and resources to master Mixin for mod development.
Understanding Mixin Architecture
Dive into the architecture of Mixin, including how it interacts with Minecraft and other mods.
Read GuideThe Mixin Environment
Understand the environment in which Mixin operates, including class loading and transformation.
Read GuideAdvanced Techniques
Optimizing mod performance and more
Obfuscation in Mixins
Learn how Mixin handles obfuscation and how to work with obfuscated code.
Read GuideResolving Method Signature Conflicts
Discover techniques for resolving conflicts in method signatures when using Mixin.
Read GuideDocumentation Reference Table
Documentation Reference Table
Topic | Link |
---|---|
Getting Started | Learn More |
Understanding Mixin Architecture | Learn More |
The Mixin Environment | Learn More |
Obfuscation in Mixins | Learn More |
Resolving Method Signature Conflicts | Learn More |
Overwriting Methods | Learn More |