Interface EntityTask<T extends org.bukkit.entity.Entity>


public interface EntityTask<T extends org.bukkit.entity.Entity>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(T entity)
     
  • Method Details

    • apply

      void apply(T entity)