Uses of Enum Class
org.cloudburstmc.server.level.Sound
Packages that use Sound
-
Uses of Sound in org.cloudburstmc.server.block.behavior
Methods in org.cloudburstmc.server.block.behavior that return Sound -
Uses of Sound in org.cloudburstmc.server.level
Methods in org.cloudburstmc.server.level that return SoundModifier and TypeMethodDescriptionstatic SoundReturns 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.cloudburstmc.server.level with parameters of type SoundModifier and TypeMethodDescriptionvoidvoidvoidCloudLevel.addSound(com.nukkitx.math.vector.Vector3f pos, Sound sound, float volume, float pitch, Collection<org.cloudburstmc.api.player.Player> players)voidCloudLevel.addSound(com.nukkitx.math.vector.Vector3f pos, Sound sound, float volume, float pitch, org.cloudburstmc.api.player.Player... players)voidvoid