Interface BukkitSyntaxInfos.Event<E extends SkriptEvent>

Type Parameters:
E - The class providing the implementation of the SkriptEvent this info represents.
All Superinterfaces:
Builder.Buildable<SyntaxInfo.Builder<?,?>,SyntaxInfo<?>>, DefaultSyntaxInfos, SyntaxInfo<E>
All Known Implementing Classes:
SkriptEventInfo.ModernSkriptEventInfo
Enclosing class:
BukkitSyntaxInfos

public static interface BukkitSyntaxInfos.Event<E extends SkriptEvent> extends SyntaxInfo<E>
A syntax info to be used for SkriptEvents. It contains additional details including the Bukkit events represented along with documentation data.