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>