Interface ParticleSpawner.Builder<T extends ParticleSpawner>

Enclosing class:
ParticleSpawner
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ParticleSpawner.Builder<T extends ParticleSpawner>
The builder used to create a certain type of ParticleSpawner.
  • Method Summary

    Modifier and Type
    Method
    Description
    build(@NotNull org.bukkit.entity.Player player)
     
  • Method Details

    • build

      T build(@NotNull @NotNull org.bukkit.entity.Player player)