SoundEffects

data class SoundEffects(var hurtSound: SoundEffect = SoundEffect("entity.player.hurt"), var deathSound: SoundEffect = SoundEffect("entity.player.death"), var ambientSound: SoundEffect? = null)

Constructors

Link copied to clipboard
fun SoundEffects(hurtSound: SoundEffect = SoundEffect("entity.player.hurt"), deathSound: SoundEffect = SoundEffect("entity.player.death"), ambientSound: SoundEffect? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard