User Tools

Site Tools


tutorial:accesswideners

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tutorial:accesswideners [2023/01/13 21:42] – [File format] clarified the 'named' part, I did not understand it at all when I first read it lightningtowtutorial:accesswideners [2023/01/21 07:46] – [Access Changes] You must use both mutable and accessible to make a private field both mutable and accessible bluemeanial
Line 100: Line 100:
  
   * Fields have final removed   * Fields have final removed
 +
 +If you want to make a private final field both accessible //and// mutable, you need to use two directives, one for each change.
  
 ===== Specifying file location ===== ===== Specifying file location =====
  
-The access widener file location must be specified in your build.gradle and in your fabric.mod.json file. It should be stored in the resources as it needs to be included in the exported jar file.+The access widener file location must be specified in your build.gradle and in your fabric.mod.json file. It should be stored in the resources as it needs to be included in the exported jar file. (Replace "modid" in the example with your own mod ID.)
  
 Loom 0.9 or higher: Loom 0.9 or higher:
tutorial/accesswideners.txt · Last modified: 2024/06/09 05:33 by haykam