BananaPuncher714 / NBTEditor

A single class NBT editor for items, skulls, mobs, and tile entities
MIT License
136 stars 30 forks source link

Removing final modifiers from methods. #7

Closed portlek closed 4 years ago

portlek commented 4 years ago

You don't need to add final modifier for the methods because of the class is already final so, the methods can't edit too.