KubeJS-Mods / KubeJS

https://kubejs.com
GNU Lesser General Public License v3.0
307 stars 90 forks source link

use `this.x = x` instead of `x = _x` #851

Closed EvanHsieh0415 closed 3 months ago

EvanHsieh0415 commented 3 months ago

Description

Use this.x = x instead of x = _x to make the parameter name more intuitive

LatvianModder commented 3 months ago

Implemented in 1.21