GlowstoneMC / Glowstone

A fast, customizable and compatible open source server for Minecraft: Java Edition
https://glowstone.net
Other
1.88k stars 270 forks source link

avoid unnecessary boxing #1102

Closed KisaragiEffective closed 3 years ago

KisaragiEffective commented 3 years ago

avoid unnecessary wrapper class usage, like long bar = Long.valueOf(string);

mastercoms commented 3 years ago

Thank you for your contribution to Glowstone!