Class SkriptRegistration.EffectRegistrar<C extends Effect>
java.lang.Object
io.github.syst3ms.skriptparser.registration.SkriptRegistration.SyntaxRegistrar<C>
io.github.syst3ms.skriptparser.registration.SkriptRegistration.EffectRegistrar<C>
- All Implemented Interfaces:
SkriptRegistration.Registrar
- Enclosing class:
SkriptRegistration
public class SkriptRegistration.EffectRegistrar<C extends Effect>
extends SkriptRegistration.SyntaxRegistrar<C>
-
Field Summary
Fields inherited from class SkriptRegistration.SyntaxRegistrar
c, data, documentation, patterns, priority -
Method Summary
Modifier and TypeMethodDescriptionvoidregister()Adds this effect to the list of currently registered syntaxesMethods inherited from class SkriptRegistration.SyntaxRegistrar
addData, addPatterns, description, examples, name, noDoc, parsePatterns, setPriority, since
-
Method Details
-
register
public void register()Adds this effect to the list of currently registered syntaxes
-