Clean up a lot of warnings related to: type casting, unused variables, and unused imports

This commit is contained in:
James Seibel
2021-09-18 17:06:41 -05:00
parent aa95361866
commit 1c9c72cfe3
13 changed files with 57 additions and 69 deletions
@@ -544,7 +544,7 @@ public class LodRenderer
/**
* setup the lighting to be used for the LODs
*/
@SuppressWarnings("deprecation")
@SuppressWarnings({ "deprecation", "unused" })
private void setupLighting(LodDimension lodDimension, float partialTicks)
{
// Determine if the player has night vision