Interface IApplicable<T extends org.bukkit.entity.LivingEntity,V>

All Known Implementing Classes:
Potion

public interface IApplicable<T extends org.bukkit.entity.LivingEntity,V>
  • Method Details

    • apply

      @NotNull V apply(@NotNull T target)
    • apply

      @NotNull default V apply(@NotNull T... targets)
    • apply

      @NotNull default V apply(@NotNull @NotNull Collection<T> targets)
    • sendAll

      @NotNull default V sendAll(@NotNull @NotNull Predicate<T> predicate)
    • sendAll

      @NotNull default V sendAll(@Nullable @Nullable String permission)
    • sendAll

      @NotNull default V sendAll()