Class WolfSoundVariant.Builder
java.lang.Object
net.minestom.server.entity.metadata.animal.tameable.WolfSoundVariant.Builder
- Enclosing interface:
WolfSoundVariant
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull WolfSoundVariant.Builder
ambientSound
(@NotNull SoundEvent ambientSound) @NotNull WolfSoundVariant
build()
@NotNull WolfSoundVariant.Builder
deathSound
(@NotNull SoundEvent deathSound) @NotNull WolfSoundVariant.Builder
growlSound
(@NotNull SoundEvent growlSound) @NotNull WolfSoundVariant.Builder
hurtSound
(@NotNull SoundEvent hurtSound) @NotNull WolfSoundVariant.Builder
pantSound
(@NotNull SoundEvent pantSound) @NotNull WolfSoundVariant.Builder
whineSound
(@NotNull SoundEvent whineSound)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ambientSound
@NotNull public @NotNull WolfSoundVariant.Builder ambientSound(@NotNull @NotNull SoundEvent ambientSound) -
deathSound
@NotNull public @NotNull WolfSoundVariant.Builder deathSound(@NotNull @NotNull SoundEvent deathSound) -
growlSound
@NotNull public @NotNull WolfSoundVariant.Builder growlSound(@NotNull @NotNull SoundEvent growlSound) -
hurtSound
-
pantSound
-
whineSound
@NotNull public @NotNull WolfSoundVariant.Builder whineSound(@NotNull @NotNull SoundEvent whineSound) -
build
-