Interface EventRestrictedSyntax

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 interface EventRestrictedSyntax
A syntax element that restricts the events it can be used in.
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends org.bukkit.event.Event>[]
    Returns all supported events for this syntax element.