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:
@@ -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];
|
||||
Reference in New Issue
Block a user