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