Class SkriptRegistration.ExpressionRegistrar<C extends Expression<? extends T>, T>
java.lang.Object
io.github.syst3ms.skriptparser.registration.SkriptRegistration.SyntaxRegistrar<C>
io.github.syst3ms.skriptparser.registration.SkriptRegistration.ExpressionRegistrar<C,T>
- All Implemented Interfaces:
SkriptRegistration.Registrar
- Enclosing class:
SkriptRegistration
public class SkriptRegistration.ExpressionRegistrar<C extends Expression<? extends T>, T>
extends SkriptRegistration.SyntaxRegistrar<C>
-
Field Summary
Fields inherited from class SkriptRegistration.SyntaxRegistrar
c, data, documentation, patterns, priority -
Method Summary
Modifier and TypeMethodDescriptionvoidregister()Adds this expression 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 expression to the list of currently registered syntaxes
-