User Tools

Site Tools


tutorial:mixin_introduction

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorial:mixin_introduction [2021/09/20 08:13] technici4ntutorial:mixin_introduction [2022/01/16 11:57] – add more pages banana
Line 1: Line 1:
 ====== Introduction to Mixins ====== ====== Introduction to Mixins ======
-Mixins are a powerful and important tool used in the Fabric ecosystem. Their primary use case is modifying existing code in the base game, whether it be through injecting custom logic, removing mechanics, or modifying values. Note that **mixins must be written in Java**, even if you use Kotlin or another language.+Mixins are a powerful and important tool used in the Fabric ecosystem. Their primary use case is modifying existing code in the base game,  
 +whether it be through injecting custom logic, removing mechanics, or modifying values. Note that **mixins must be written in Java**, even if you use Kotlin or another language.
  
-For a complete walkthrough on Mixin functionality, usage, and mechanics, view [[https://github.com/SpongePowered/Mixin/wiki|the Mixin Official Wiki]]. Additional documentation can be found in [[https://jenkins.liteloader.com/view/Other/job/Mixin/javadoc/index.html|the Mixin Javadoc]]. The Fabric Wiki also offers several articles that provide practical examples and explanations:+For a complete walkthrough on Mixin functionality, usage, and mechanics, view [[https://github.com/SpongePowered/Mixin/wiki|the Mixin Official Wiki]].  
 +Additional documentation can be found in [[https://jenkins.liteloader.com/view/Other/job/Mixin/javadoc/index.html|the Mixin Javadoc]].  
 +The Fabric Wiki also offers several articles that provide practical examples and explanations:
   - [[https://fabricmc.net/wiki/tutorial:mixin_registration|Mixin Registration]]   - [[https://fabricmc.net/wiki/tutorial:mixin_registration|Mixin Registration]]
-  - [[https://fabricmc.net/wiki/tutorial:mixin_injects|Mixin Injects]] +  - [[https://fabricmc.net/wiki/tutorial:mixin_injects|Injects]] 
-  - [[https://fabricmc.net/wiki/tutorial:mixin_accessors|Mixin Accessors]] +  - [[https://fabricmc.net/wiki/tutorial:mixin_accessors|Accessors]] 
-  - [[https://fabricmc.net/wiki/tutorial:mixin_hotswaps|Mixin Hotswapping]]+  - [[https://fabricmc.net/wiki/tutorial:mixin_redirectors|Redirectors]] 
 +  - [[https://fabricmc.net/wiki/tutorial:mixin_hotswaps|Hotswapping]] 
 +  - [[https://fabricmc.net/wiki/tutorial:mixin_examples|Examples and commonly used things]] 
 +  - [[https://fabricmc.net/wiki/tutorial:mixin_export|Exporting Mixin Classes]] 
  
tutorial/mixin_introduction.txt · Last modified: 2023/12/18 01:41 by solidblock