mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
Update to Minecraft 1.11
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/server/WorldManager.java
|
||||
+++ b/net/minecraft/server/WorldManager.java
|
||||
@@ -33,7 +33,8 @@
|
||||
@@ -35,7 +35,8 @@
|
||||
}
|
||||
|
||||
public void a(@Nullable EntityHuman entityhuman, SoundEffect soundeffect, SoundCategory soundcategory, double d0, double d1, double d2, float f, float f1) {
|
||||
@@ -10,7 +10,7 @@
|
||||
}
|
||||
|
||||
public void a(int i, int j, int k, int l, int i1, int j1) {}
|
||||
@@ -47,7 +48,8 @@
|
||||
@@ -49,7 +50,8 @@
|
||||
public void a(SoundEffect soundeffect, BlockPosition blockposition) {}
|
||||
|
||||
public void a(EntityHuman entityhuman, int i, BlockPosition blockposition, int j) {
|
||||
@@ -20,7 +20,7 @@
|
||||
}
|
||||
|
||||
public void a(int i, BlockPosition blockposition, int j) {
|
||||
@@ -57,6 +59,12 @@
|
||||
@@ -59,6 +61,12 @@
|
||||
public void b(int i, BlockPosition blockposition, int j) {
|
||||
Iterator iterator = this.a.getPlayerList().v().iterator();
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
while (iterator.hasNext()) {
|
||||
EntityPlayer entityplayer = (EntityPlayer) iterator.next();
|
||||
|
||||
@@ -65,6 +73,12 @@
|
||||
@@ -67,6 +75,12 @@
|
||||
double d1 = (double) blockposition.getY() - entityplayer.locY;
|
||||
double d2 = (double) blockposition.getZ() - entityplayer.locZ;
|
||||
|
||||
|
Reference in New Issue
Block a user