rename method

This commit is contained in:
Sen 2025-07-20 14:35:27 +02:00
parent a1fcaa5f67
commit 2b03be33a7
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
33 changed files with 34 additions and 34 deletions

View file

@ -130,7 +130,7 @@ public class ItemRenderer
private boolean isBlockTranslucent(Block blockIn)
{
return blockIn != null && blockIn.getBlockLayer() == BlockLayer.TRANSLUCENT;
return blockIn != null && blockIn.getRenderLayer() == BlockLayer.TRANSLUCENT;
}
private void rotateArroundXAndY(float angle, float angleY)

View file

@ -170,7 +170,7 @@ public class RenderChunk
}
}
BlockLayer enumworldblocklayer1 = block.getBlockLayer();
BlockLayer enumworldblocklayer1 = block.getRenderLayer();
int j = enumworldblocklayer1.ordinal();
if (block.getRenderType() != -1)