Changes

13 bytes added ,  15:58, 11 November 2020
m
changed old Block to new Colored box
Line 32: Line 32:  
== Using Access Transformers in your mod ==
 
== Using Access Transformers in your mod ==
   −
<block important>
+
{{Colored box|title=Important|content=You should avoid using ATs if a private variable / function you're looking at has a getter or a setter. Variables are usually private for a reason.}}
You should avoid using ATs if a private variable / function you're looking at has a getter or a setter. Variables are usually private for a reason.
  −
</block>