mirror of
https://github.com/Samsuik/Sakura.git
synced 2025-12-21 15:59:26 +00:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@742968e [ci skip] Increase outdated build delay to two weeks (#12063) PaperMC/Paper@597dcff Add support for lz4 (#12053) PaperMC/Paper@53ae5c9 Make Sittable interface extend Entity (#12016) PaperMC/Paper@786ddf5 Default piston block entity direction to DOWN (#12039) PaperMC/Paper@cb6c57e Fix Squid and Dolphin spawn height (#12045) PaperMC/Paper@51acc80 Prevent duplicate raider in RaidSpawnWaveEvent list (#12040) PaperMC/Paper@61312fd Switch to jspecify annotations for Player (#12042) PaperMC/Paper@1a04e96 Fix EntityBreedEvent cancellation (#12046) PaperMC/Paper@eff617b [ci skip] Deprecate Server#setSpawnRadius (#12024) PaperMC/Paper@edacfdf Do not queue player info packets (#12080)
This commit is contained in:
@@ -2,7 +2,7 @@ group=me.samsuik.sakura
|
||||
version=1.21.4-R0.1-SNAPSHOT
|
||||
mcVersion=1.21.4
|
||||
|
||||
paperRef=5395ae37bd372235390d28292ed582d0c4fc23dd
|
||||
paperRef=edacfdf4624735d093413e64b4efd192f72d844e
|
||||
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
org.gradle.vfs.watch=false
|
||||
|
||||
@@ -5,10 +5,10 @@ Subject: [PATCH] Client Visibility Settings API
|
||||
|
||||
|
||||
diff --git a/src/main/java/org/bukkit/entity/Player.java b/src/main/java/org/bukkit/entity/Player.java
|
||||
index 1b5f3007a0afa7d007da84ba6afeb8b0185f6997..7dbfa59c02b0ce7d96796ff984d4a5879e9d6f95 100644
|
||||
index c9fd51cc77d1155d3fe779f28618073287cdb488..c96b0d49556da54c9682c4cee576fd1be391530a 100644
|
||||
--- a/src/main/java/org/bukkit/entity/Player.java
|
||||
+++ b/src/main/java/org/bukkit/entity/Player.java
|
||||
@@ -66,6 +66,14 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
||||
@@ -69,6 +69,14 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
|
||||
|
||||
void setTrackingRangeModifier(double mod);
|
||||
// Sakura end - entity tracking range modifier
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
--- a/src/main/java/org/bukkit/entity/Player.java
|
||||
+++ b/src/main/java/org/bukkit/entity/Player.java
|
||||
@@ -61,6 +_,12 @@
|
||||
*/
|
||||
@@ -64,6 +_,12 @@
|
||||
@NullMarked
|
||||
public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginMessageRecipient, net.kyori.adventure.identity.Identified, net.kyori.adventure.bossbar.BossBarViewer, com.destroystokyo.paper.network.NetworkClient { // Paper
|
||||
|
||||
+ // Sakura start - entity tracking range modifier
|
||||
@@ -12,4 +12,4 @@
|
||||
+
|
||||
// Paper start
|
||||
@Override
|
||||
default net.kyori.adventure.identity.@NotNull Identity identity() {
|
||||
default net.kyori.adventure.identity.Identity identity() {
|
||||
|
||||
Reference in New Issue
Block a user