Rebuild all patches using the new rebuild pattern
This commit is contained in:
parent
45dc9552b1
commit
1127deb87d
711 changed files with 1736 additions and 2447 deletions
|
@ -6,7 +6,7 @@ Subject: [PATCH] Optimise ArraySetSorted#removeIf
|
|||
Remove iterator allocation and ensure the call is always O(n)
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/ArraySetSorted.java b/src/main/java/net/minecraft/server/ArraySetSorted.java
|
||||
index 85f799a713d..7db6b5850b9 100644
|
||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||
--- a/src/main/java/net/minecraft/server/ArraySetSorted.java
|
||||
+++ b/src/main/java/net/minecraft/server/ArraySetSorted.java
|
||||
@@ -0,0 +0,0 @@ import java.util.NoSuchElementException;
|
||||
|
@ -63,4 +63,3 @@ index 85f799a713d..7db6b5850b9 100644
|
|||
public static <T extends Comparable<T>> ArraySetSorted<T> a(int i) {
|
||||
return new ArraySetSorted<>(i, (Comparator)Comparator.naturalOrder()); // Paper - decompile fix
|
||||
}
|
||||
--
|
Loading…
Add table
Add a link
Reference in a new issue