Interface Testable

All Known Implementing Classes:
EffEquip

public interface Testable
Effects which can be tested implement this interface.

TODO implement this

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test​(org.bukkit.event.Event e)
     
  • Method Details

    • test

      boolean test(org.bukkit.event.Event e)