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 [2020/08/26 05:04] – Add a link to mixin javadoc siglongtutorial:mixin_introduction [2021/09/20 08:13] technici4n
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.+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:
tutorial/mixin_introduction.txt · Last modified: 2023/12/18 01:41 by solidblock