PaperMC / codebook

Library for handling jar remaping logic for PaperMC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve the "as" local name suggester

Machine-Maker opened this issue · comments

There are a lot of getAs methods, like on nbt, or gson-related things. These should be filtered out, and the remaining text should be checked against java keywords so we don't end up with _long and _int2 vars which currently exist.