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.BuilderambientSound(@NotNull SoundEvent ambientSound) @NotNull WolfSoundVariantbuild()@NotNull WolfSoundVariant.BuilderdeathSound(@NotNull SoundEvent deathSound) @NotNull WolfSoundVariant.BuildergrowlSound(@NotNull SoundEvent growlSound) @NotNull WolfSoundVariant.BuilderhurtSound(@NotNull SoundEvent hurtSound) @NotNull WolfSoundVariant.BuilderpantSound(@NotNull SoundEvent pantSound) @NotNull WolfSoundVariant.BuilderwhineSound(@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
-