Reduce PlayerNaturallySpawnCreaturesEvent calls

This commit is contained in:
Shane Freeder
2020-02-29 23:39:00 +00:00
parent 3fbeedc3b8
commit 29f7d23c82
16 changed files with 106 additions and 68 deletions

View File

@@ -16,7 +16,7 @@ intent to remove) and replace it with two new methods, clearly named and
documented as to their purpose.
diff --git a/src/main/java/net/minecraft/server/EntityPlayer.java b/src/main/java/net/minecraft/server/EntityPlayer.java
index 68e12cf987..d3bfb72e39 100644
index 35ea476014..4cff86b9a5 100644
--- a/src/main/java/net/minecraft/server/EntityPlayer.java
+++ b/src/main/java/net/minecraft/server/EntityPlayer.java
@@ -0,0 +0,0 @@ public class EntityPlayer extends EntityHuman implements ICrafting {