<code ->public net.minecraft.util.palette.IResizeCallback # makes IResizeCallback public</code>
−
public net.minecraft.util.palette.IResizeCallback # makes IResizeCallback public
−
</code>
If a valid entry is found on a line, Forge will look into the bytecode of the file where that member is defined, and change its access to whatever you desire it to be.
If a valid entry is found on a line, Forge will look into the bytecode of the file where that member is defined, and change its access to whatever you desire it to be.
−
This startup modification means accessing is O(1) for all accesses after this initial change, which makes it a great option for performance if you're looking at something a <code>lot.</code>
+
This startup modification means accessing is O(1) for all accesses after this initial change, which makes it a great option for performance if you're looking at something a lot.