Interface CowSoundVariant.CowSoundSet
- Enclosing interface:
CowSoundVariant
public static sealed interface CowSoundVariant.CowSoundSet
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic CowSoundVariant.Builderbuilder()static CowSoundVariant.CowSoundSetcreate(SoundEvent ambientSound, SoundEvent hurtSound, SoundEvent deathSound, SoundEvent stepSound)
-
Field Details
-
CODEC
-
-
Method Details
-
create
static CowSoundVariant.CowSoundSet create(SoundEvent ambientSound, SoundEvent hurtSound, SoundEvent deathSound, SoundEvent stepSound) -
builder
-
ambientSound
SoundEvent ambientSound() -
hurtSound
SoundEvent hurtSound() -
deathSound
SoundEvent deathSound() -
stepSound
SoundEvent stepSound()
-