Interface CatSoundVariant.CatSoundSet
- Enclosing interface:
CatSoundVariant
public static sealed interface CatSoundVariant.CatSoundSet
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic CatSoundVariant.Builderbuilder()static CatSoundVariant.CatSoundSetcreate(SoundEvent ambientSound, SoundEvent strayAmbientSound, SoundEvent hissSound, SoundEvent hurtSound, SoundEvent deathSound, SoundEvent eatSound, SoundEvent begForFoodSound, SoundEvent purrSound, SoundEvent purreowSound) eatSound()
-
Field Details
-
CODEC
-
-
Method Details
-
create
static CatSoundVariant.CatSoundSet create(SoundEvent ambientSound, SoundEvent strayAmbientSound, SoundEvent hissSound, SoundEvent hurtSound, SoundEvent deathSound, SoundEvent eatSound, SoundEvent begForFoodSound, SoundEvent purrSound, SoundEvent purreowSound) -
builder
-
ambientSound
SoundEvent ambientSound() -
strayAmbientSound
SoundEvent strayAmbientSound() -
hissSound
SoundEvent hissSound() -
hurtSound
SoundEvent hurtSound() -
deathSound
SoundEvent deathSound() -
eatSound
SoundEvent eatSound() -
begForFoodSound
SoundEvent begForFoodSound() -
purrSound
SoundEvent purrSound() -
purreowSound
SoundEvent purreowSound()
-