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