Deprecate duplicate SoundGroup API (#7509)
This commit is contained in:
parent
e564110f9e
commit
e5da93a608
7 changed files with 48 additions and 21 deletions
|
@ -212,7 +212,7 @@ index 13eac9ad2c1672051635d1c35cc49239252e7a61..107e36ef02a9481954bd770ce9a55a0b
|
|||
+ // Paper end
|
||||
}
|
||||
diff --git a/src/main/java/org/bukkit/block/Block.java b/src/main/java/org/bukkit/block/Block.java
|
||||
index c88c4223928c2e47f1a85b73165cf433806677df..7124f7134a0afb355c01cac9e0187164f9630bcd 100644
|
||||
index 1e7ee68e56f8d4399c2cbf26aa45bf8b599b3b02..2c837ea822f3b0c4ec312f0c956fe1b778cbd5e9 100644
|
||||
--- a/src/main/java/org/bukkit/block/Block.java
|
||||
+++ b/src/main/java/org/bukkit/block/Block.java
|
||||
@@ -31,7 +31,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
|
@ -224,10 +224,10 @@ index c88c4223928c2e47f1a85b73165cf433806677df..7124f7134a0afb355c01cac9e0187164
|
|||
|
||||
/**
|
||||
* Gets the metadata for this block
|
||||
@@ -637,5 +637,15 @@ public interface Block extends Metadatable {
|
||||
@@ -646,5 +646,15 @@ public interface Block extends Metadatable {
|
||||
* @return the sound group for this block
|
||||
*/
|
||||
@NotNull
|
||||
com.destroystokyo.paper.block.BlockSoundGroup getSoundGroup();
|
||||
@NotNull org.bukkit.SoundGroup getBlockSoundGroup();
|
||||
+
|
||||
+ /**
|
||||
+ * Return the translation key for the Block, so the client can translate it into the active
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue