9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-25 09:59:15 +00:00

[ci skip] cleanup

stage 2
This commit is contained in:
Dreeam
2025-05-15 21:56:01 -04:00
parent b1e7469480
commit a56de1a3b0
4 changed files with 13 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ import net.minecraft.world.entity.Entity;
import java.lang.reflect.Array; // Required for Array.newInstance
import java.util.List;
public class fastBitRadixSort {
public class FastBitRadixSort {
private static final int SMALL_ARRAY_THRESHOLD = 2;
private Entity[] entityBuffer = new Entity[0];