Package net.glowstone.block
Class GlowBlockSoundGroup
java.lang.Object
net.glowstone.block.GlowBlockSoundGroup
- All Implemented Interfaces:
 com.destroystokyo.paper.block.BlockSoundGroup
public class GlowBlockSoundGroup
extends Object
implements com.destroystokyo.paper.block.BlockSoundGroup
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription@NotNull org.bukkit.Sound@NotNull org.bukkit.Sound@NotNull org.bukkit.Sound@NotNull org.bukkit.Sound@NotNull org.bukkit.Sound 
- 
Constructor Details
- 
GlowBlockSoundGroup
 
 - 
 - 
Method Details
- 
getBreakSound
@NotNull public @NotNull org.bukkit.Sound getBreakSound()- Specified by:
 getBreakSoundin interfacecom.destroystokyo.paper.block.BlockSoundGroup
 - 
getStepSound
@NotNull public @NotNull org.bukkit.Sound getStepSound()- Specified by:
 getStepSoundin interfacecom.destroystokyo.paper.block.BlockSoundGroup
 - 
getPlaceSound
@NotNull public @NotNull org.bukkit.Sound getPlaceSound()- Specified by:
 getPlaceSoundin interfacecom.destroystokyo.paper.block.BlockSoundGroup
 - 
getHitSound
@NotNull public @NotNull org.bukkit.Sound getHitSound()- Specified by:
 getHitSoundin interfacecom.destroystokyo.paper.block.BlockSoundGroup
 - 
getFallSound
@NotNull public @NotNull org.bukkit.Sound getFallSound()- Specified by:
 getFallSoundin interfacecom.destroystokyo.paper.block.BlockSoundGroup
 - 
getBreakSoundInfo
 - 
getStepSoundInfo
 - 
getPlaceSoundInfo
 - 
getHitSoundInfo
 - 
getFallSoundInfo
 
 -