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

@@ -279,7 +279,7 @@ index fa097e0551..eed3e7c58e 100644
return this.isBaby() ? (this.random.nextFloat() - this.random.nextFloat()) * 0.2F + 1.5F : (this.random.nextFloat() - this.random.nextFloat()) * 0.2F + 1.0F;
}
diff --git a/src/main/java/net/minecraft/server/EntityPlayer.java b/src/main/java/net/minecraft/server/EntityPlayer.java
index a9a16eace9..52bbe4fc02 100644
index f849dba215..4b40ffa978 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 {