From 081b7b00f88cb64868887f6f649cefb32aad7842 Mon Sep 17 00:00:00 2001 From: Aikar Date: Sat, 25 Aug 2018 22:41:32 -0400 Subject: [PATCH] [CI-SKIP] [Auto] Rebuild Patches A recent commit has been made that caused patches to be out of order, rebuilding --- ....patch => 0349-Optimize-CraftBlockData-Creation.patch} | 8 ++++---- ...{0349-Fix-MC-124320.patch => 0350-Fix-MC-124320.patch} | 2 +- ...er-Events.patch => 0351-Slime-Pathfinder-Events.patch} | 6 +++--- ...enerated-API.patch => 0352-isChunkGenerated-API.patch} | 2 +- ...h => 0353-Add-source-block-to-BlockPhysicsEvent.patch} | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) rename Spigot-Server-Patches/{0348-Optimize-CraftBlockData-Creation.patch => 0349-Optimize-CraftBlockData-Creation.patch} (94%) rename Spigot-Server-Patches/{0349-Fix-MC-124320.patch => 0350-Fix-MC-124320.patch} (97%) rename Spigot-Server-Patches/{0350-Slime-Pathfinder-Events.patch => 0351-Slime-Pathfinder-Events.patch} (97%) rename Spigot-Server-Patches/{0351-isChunkGenerated-API.patch => 0352-isChunkGenerated-API.patch} (96%) rename Spigot-Server-Patches/{0352-Add-source-block-to-BlockPhysicsEvent.patch => 0353-Add-source-block-to-BlockPhysicsEvent.patch} (87%) diff --git a/Spigot-Server-Patches/0348-Optimize-CraftBlockData-Creation.patch b/Spigot-Server-Patches/0349-Optimize-CraftBlockData-Creation.patch similarity index 94% rename from Spigot-Server-Patches/0348-Optimize-CraftBlockData-Creation.patch rename to Spigot-Server-Patches/0349-Optimize-CraftBlockData-Creation.patch index 4374921be1..ad78b77723 100644 --- a/Spigot-Server-Patches/0348-Optimize-CraftBlockData-Creation.patch +++ b/Spigot-Server-Patches/0349-Optimize-CraftBlockData-Creation.patch @@ -1,4 +1,4 @@ -From 74f68b921eaba613b8368d573d6cc02e80d0a2c1 Mon Sep 17 00:00:00 2001 +From 44f0044a3ab0ace432654c49ba5ba0be97e2e8fa Mon Sep 17 00:00:00 2001 From: miclebrick Date: Thu, 23 Aug 2018 11:45:32 -0400 Subject: [PATCH] Optimize CraftBlockData Creation @@ -7,7 +7,7 @@ Avoids a hashmap lookup by cacheing a reference to the CraftBlockData and cloning it when one is needed. diff --git a/src/main/java/net/minecraft/server/BlockData.java b/src/main/java/net/minecraft/server/BlockData.java -index 4dd6c32761..1b226a77e0 100644 +index 4dd6c3276..1b226a77e 100644 --- a/src/main/java/net/minecraft/server/BlockData.java +++ b/src/main/java/net/minecraft/server/BlockData.java @@ -1,6 +1,7 @@ @@ -34,7 +34,7 @@ index 4dd6c32761..1b226a77e0 100644 + // Paper end } diff --git a/src/main/java/net/minecraft/server/IBlockData.java b/src/main/java/net/minecraft/server/IBlockData.java -index b57f6efb3a..7b1d750f3a 100644 +index b57f6efb3..7b1d750f3 100644 --- a/src/main/java/net/minecraft/server/IBlockData.java +++ b/src/main/java/net/minecraft/server/IBlockData.java @@ -28,6 +28,8 @@ public interface IBlockData extends IBlockDataHolder { @@ -47,7 +47,7 @@ index b57f6efb3a..7b1d750f3a 100644 return this.getBlock().n(this); } diff --git a/src/main/java/org/bukkit/craftbukkit/block/data/CraftBlockData.java b/src/main/java/org/bukkit/craftbukkit/block/data/CraftBlockData.java -index a4f3dd1b03..baaace6937 100644 +index a4f3dd1b0..baaace693 100644 --- a/src/main/java/org/bukkit/craftbukkit/block/data/CraftBlockData.java +++ b/src/main/java/org/bukkit/craftbukkit/block/data/CraftBlockData.java @@ -494,7 +494,17 @@ public class CraftBlockData implements BlockData { diff --git a/Spigot-Server-Patches/0349-Fix-MC-124320.patch b/Spigot-Server-Patches/0350-Fix-MC-124320.patch similarity index 97% rename from Spigot-Server-Patches/0349-Fix-MC-124320.patch rename to Spigot-Server-Patches/0350-Fix-MC-124320.patch index d44aaca955..8da23bf7a8 100644 --- a/Spigot-Server-Patches/0349-Fix-MC-124320.patch +++ b/Spigot-Server-Patches/0350-Fix-MC-124320.patch @@ -1,4 +1,4 @@ -From 8035824774474a755f5d868bf3fdea79940db2df Mon Sep 17 00:00:00 2001 +From 4e20dcaec791a7eede2ce8958f731790b36de1eb Mon Sep 17 00:00:00 2001 From: BillyGalbreath Date: Thu, 23 Aug 2018 09:25:30 -0500 Subject: [PATCH] Fix MC-124320 diff --git a/Spigot-Server-Patches/0350-Slime-Pathfinder-Events.patch b/Spigot-Server-Patches/0351-Slime-Pathfinder-Events.patch similarity index 97% rename from Spigot-Server-Patches/0350-Slime-Pathfinder-Events.patch rename to Spigot-Server-Patches/0351-Slime-Pathfinder-Events.patch index ab124e3c4c..880b191ebd 100644 --- a/Spigot-Server-Patches/0350-Slime-Pathfinder-Events.patch +++ b/Spigot-Server-Patches/0351-Slime-Pathfinder-Events.patch @@ -1,11 +1,11 @@ -From f61af69c38c8da6ea99150bcdb063c12cf6491e2 Mon Sep 17 00:00:00 2001 +From faf531d9b164f4b99b13d13bb0ca72f26f80ceed Mon Sep 17 00:00:00 2001 From: BillyGalbreath Date: Fri, 24 Aug 2018 08:18:42 -0500 Subject: [PATCH] Slime Pathfinder Events diff --git a/src/main/java/net/minecraft/server/EntitySlime.java b/src/main/java/net/minecraft/server/EntitySlime.java -index eeaf98e8..8752c62b 100644 +index eeaf98e82..8752c62b0 100644 --- a/src/main/java/net/minecraft/server/EntitySlime.java +++ b/src/main/java/net/minecraft/server/EntitySlime.java @@ -57,6 +57,7 @@ public class EntitySlime extends EntityInsentient implements IMonster { @@ -115,7 +115,7 @@ index eeaf98e8..8752c62b 100644 + // Paper end } diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftSlime.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftSlime.java -index 18e7ef80..8403c1e0 100644 +index 18e7ef80a..8403c1e01 100644 --- a/src/main/java/org/bukkit/craftbukkit/entity/CraftSlime.java +++ b/src/main/java/org/bukkit/craftbukkit/entity/CraftSlime.java @@ -33,4 +33,14 @@ public class CraftSlime extends CraftMob implements Slime { diff --git a/Spigot-Server-Patches/0351-isChunkGenerated-API.patch b/Spigot-Server-Patches/0352-isChunkGenerated-API.patch similarity index 96% rename from Spigot-Server-Patches/0351-isChunkGenerated-API.patch rename to Spigot-Server-Patches/0352-isChunkGenerated-API.patch index 1e84eedb61..4b6ff6d50b 100644 --- a/Spigot-Server-Patches/0351-isChunkGenerated-API.patch +++ b/Spigot-Server-Patches/0352-isChunkGenerated-API.patch @@ -1,4 +1,4 @@ -From cca0a12cca8a970b2a885d93e976d9159b2072ad Mon Sep 17 00:00:00 2001 +From f503290e3d8ddca727fd3adab58eaf77e759bf62 Mon Sep 17 00:00:00 2001 From: cswhite2000 <18whitechristop@gmail.com> Date: Tue, 21 Aug 2018 19:44:10 -0700 Subject: [PATCH] isChunkGenerated API diff --git a/Spigot-Server-Patches/0352-Add-source-block-to-BlockPhysicsEvent.patch b/Spigot-Server-Patches/0353-Add-source-block-to-BlockPhysicsEvent.patch similarity index 87% rename from Spigot-Server-Patches/0352-Add-source-block-to-BlockPhysicsEvent.patch rename to Spigot-Server-Patches/0353-Add-source-block-to-BlockPhysicsEvent.patch index e91cfd67f1..e4c7040a64 100644 --- a/Spigot-Server-Patches/0352-Add-source-block-to-BlockPhysicsEvent.patch +++ b/Spigot-Server-Patches/0353-Add-source-block-to-BlockPhysicsEvent.patch @@ -1,14 +1,14 @@ -From 33452d6bc4fe6ab71a2340e3d370af273de30a33 Mon Sep 17 00:00:00 2001 +From 25f86ec550e8fd1c17f3df8d5413bf3ba6eba39f Mon Sep 17 00:00:00 2001 From: Sotr Date: Thu, 23 Aug 2018 16:14:12 +0800 Subject: [PATCH] Add source block to BlockPhysicsEvent diff --git a/src/main/java/net/minecraft/server/World.java b/src/main/java/net/minecraft/server/World.java -index 16d0c0d45..a4d9f0d5f 100644 +index 2f85a0fa0..7b694efb6 100644 --- a/src/main/java/net/minecraft/server/World.java +++ b/src/main/java/net/minecraft/server/World.java -@@ -603,7 +603,7 @@ public abstract class World implements GeneratorAccess, IIBlockAccess, AutoClose +@@ -608,7 +608,7 @@ public abstract class World implements GeneratorAccess, IIBlockAccess, AutoClose // CraftBukkit start CraftWorld world = ((WorldServer) this).getWorld(); if (world != null && !((WorldServer)this).stopPhysicsEvent) { // Paper