Uses of Enum Class
org.bukkit.Sound
Packages that use Sound
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Sound in com.destroystokyo.paper.block
Methods in com.destroystokyo.paper.block that return SoundModifier and TypeMethodDescriptionBlockSoundGroup.getBreakSound()
Deprecated, for removal: This API element is subject to removal in a future version.BlockSoundGroup.getFallSound()
Deprecated, for removal: This API element is subject to removal in a future version.BlockSoundGroup.getHitSound()
Deprecated, for removal: This API element is subject to removal in a future version.BlockSoundGroup.getPlaceSound()
Deprecated, for removal: This API element is subject to removal in a future version.BlockSoundGroup.getStepSound()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Sound in io.papermc.paper.entity
Methods in io.papermc.paper.entity that return SoundModifier and TypeMethodDescriptionBucketable.getPickupSound()
Gets the sound that is played when this entity is picked up in a bucket. -
Uses of Sound in org.bukkit
Fields in org.bukkit with type parameters of type SoundMethods in org.bukkit that return SoundModifier and TypeMethodDescriptionSoundGroup.getBreakSound()
Gets the corresponding breaking sound for this group.SoundGroup.getFallSound()
Gets the corresponding fall sound for this group.SoundGroup.getHitSound()
Gets the corresponding hit sound for this group.SoundGroup.getPlaceSound()
Gets the corresponding place sound for this group.SoundGroup.getStepSound()
Gets the corresponding step sound for this group.static Sound
Returns the enum constant of this class with the specified name.static Sound[]
Sound.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit with parameters of type SoundModifier and TypeMethodDescriptionvoid
Play a Sound at the location of the provided entity in the World.void
World.playSound
(@NotNull Entity entity, @NotNull Sound sound, @NotNull SoundCategory category, float volume, float pitch) Play a Sound at the location of the provided entity in the World.void
Play a Sound at the provided Location in the World.void
World.playSound
(@NotNull Location location, @NotNull Sound sound, @NotNull SoundCategory category, float volume, float pitch) Play a Sound at the provided Location in the World. -
Uses of Sound in org.bukkit.entity
Methods in org.bukkit.entity with parameters of type SoundModifier and TypeMethodDescriptionvoid
Play a sound for a player at the location of the entity.void
Player.playSound
(@NotNull Entity entity, @NotNull Sound sound, @NotNull SoundCategory category, float volume, float pitch) Play a sound for a player at the location of the entity.void
Play a sound for a player at the location.void
Player.playSound
(@NotNull Location location, @NotNull Sound sound, @NotNull SoundCategory category, float volume, float pitch) Play a sound for a player at the location.void
Stop the specified sound from playing.void
Player.stopSound
(@NotNull Sound sound, @Nullable SoundCategory category) Stop the specified sound from playing. -
Uses of Sound in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return SoundModifier and TypeMethodDescriptionEntityDeathEvent.getDeathSound()
Get the sound that the entity makes when dyingMethods in org.bukkit.event.entity with parameters of type SoundModifier and TypeMethodDescriptionvoid
EntityDeathEvent.setDeathSound
(Sound sound) Set the sound that the entity makes when dying
SoundGroup.getBreakSound()