Rebuild all patches using the new rebuild pattern
This commit is contained in:
@@ -6,7 +6,7 @@ Subject: [PATCH] Optimize ItemStack.isEmpty()
|
||||
Remove hashMap lookup every check, simplify code to remove ternary
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/ItemStack.java b/src/main/java/net/minecraft/server/ItemStack.java
|
||||
index db11c8ec69..854cffe6c9 100644
|
||||
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
||||
--- a/src/main/java/net/minecraft/server/ItemStack.java
|
||||
+++ b/src/main/java/net/minecraft/server/ItemStack.java
|
||||
@@ -0,0 +0,0 @@ public final class ItemStack {
|
||||
@@ -18,4 +18,3 @@ index db11c8ec69..854cffe6c9 100644
|
||||
}
|
||||
|
||||
public ItemStack cloneAndSubtract(int i) {
|
||||
--
|
||||
Reference in New Issue
Block a user