aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0584-Improve-inlinig-for-some-hot-IBlockData-methods.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-Server-Patches/0584-Improve-inlinig-for-some-hot-IBlockData-methods.patch')
-rw-r--r--Spigot-Server-Patches/0584-Improve-inlinig-for-some-hot-IBlockData-methods.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/Spigot-Server-Patches/0584-Improve-inlinig-for-some-hot-IBlockData-methods.patch b/Spigot-Server-Patches/0584-Improve-inlinig-for-some-hot-IBlockData-methods.patch
index 99a3ee2f6e..124a856cdf 100644
--- a/Spigot-Server-Patches/0584-Improve-inlinig-for-some-hot-IBlockData-methods.patch
+++ b/Spigot-Server-Patches/0584-Improve-inlinig-for-some-hot-IBlockData-methods.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] Improve inlinig for some hot IBlockData methods
diff --git a/src/main/java/net/minecraft/world/level/block/state/BlockBase.java b/src/main/java/net/minecraft/world/level/block/state/BlockBase.java
-index 07985725b6edb0a1a4c2b5c64e947ff2a0121e72..ac3709c8158d42ccafd457cfa44a16dc8c9eb949 100644
+index 9af91784544dbb0555824a91088257659bdf2c3d..3fdafc0ff0c4148ec844dbdc1455d17cdcb4a75a 100644
--- a/src/main/java/net/minecraft/world/level/block/state/BlockBase.java
+++ b/src/main/java/net/minecraft/world/level/block/state/BlockBase.java
-@@ -390,7 +390,14 @@ public abstract class BlockBase {
+@@ -391,7 +391,14 @@ public abstract class BlockBase {
}
// Paper end
@@ -23,7 +23,7 @@ index 07985725b6edb0a1a4c2b5c64e947ff2a0121e72..ac3709c8158d42ccafd457cfa44a16dc
if (!this.getBlock().o()) {
this.a = new BlockBase.BlockData.Cache(this.p());
}
-@@ -429,19 +436,19 @@ public abstract class BlockBase {
+@@ -430,19 +437,19 @@ public abstract class BlockBase {
return this.getBlock().d(this.p(), iblockaccess, blockposition);
}
@@ -47,7 +47,7 @@ index 07985725b6edb0a1a4c2b5c64e947ff2a0121e72..ac3709c8158d42ccafd457cfa44a16dc
return this.f;
}
-@@ -507,7 +514,7 @@ public abstract class BlockBase {
+@@ -508,7 +515,7 @@ public abstract class BlockBase {
}
}
@@ -56,7 +56,7 @@ index 07985725b6edb0a1a4c2b5c64e947ff2a0121e72..ac3709c8158d42ccafd457cfa44a16dc
return this.k;
}
-@@ -679,12 +686,12 @@ public abstract class BlockBase {
+@@ -680,12 +687,12 @@ public abstract class BlockBase {
return this.getBlock().a(block);
}