Class WolfVariant.Builder

java.lang.Object
net.minestom.server.entity.metadata.animal.tameable.WolfVariant.Builder
Enclosing interface:
WolfVariant

public static final class WolfVariant.Builder extends Object
  • Method Details

    • wildAsset

      @NotNull public @NotNull WolfVariant.Builder wildAsset(@NotNull @NotNull net.kyori.adventure.key.Key wildAsset)
    • tameAsset

      @NotNull public @NotNull WolfVariant.Builder tameAsset(@NotNull @NotNull net.kyori.adventure.key.Key tameAsset)
    • angryAsset

      @NotNull public @NotNull WolfVariant.Builder angryAsset(@NotNull @NotNull net.kyori.adventure.key.Key angryAsset)
    • assets

      @NotNull public @NotNull WolfVariant.Builder assets(@NotNull @NotNull WolfVariant.Assets assets)
    • build

      @NotNull public @NotNull WolfVariant build()