Rebuild all patches using the new rebuild pattern

This commit is contained in:
Aikar
2020-05-06 05:48:49 -04:00
parent 45dc9552b1
commit 1127deb87d
711 changed files with 1736 additions and 2447 deletions

View File

@@ -6,7 +6,7 @@ Subject: [PATCH] Use a Shared Random for Entities
Reduces memory usage and provides ensures more randomness, Especially since a lot of garbage entity objects get created.
diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java
index 10855cec1e..58092a3d92 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
--- a/src/main/java/net/minecraft/server/Entity.java
+++ b/src/main/java/net/minecraft/server/Entity.java
@@ -0,0 +0,0 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke
@@ -40,4 +40,3 @@ index 10855cec1e..58092a3d92 100644
this.fireTicks = -this.getMaxFireTicks();
this.justCreated = true;
this.uniqueID = MathHelper.a(this.random);
--