Deprecate duplicate SoundGroup API (#7509)
This commit is contained in:
parent
bce57808da
commit
dfa6307b48
4 changed files with 31 additions and 4 deletions
|
@ -225,9 +225,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
/**
|
||||
* Gets the metadata for this block
|
||||
@@ -0,0 +0,0 @@ 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