org.byteskript.skript.api.Library
interface. An instance of this class will be registered and will provide the syntax and features.MANIFEST.MF
.public static void load(Skript skript)
method.ModifiableLibrary
class.Library
interface has several important methods you will need to implement if not using the ModifiableLibrary
class.name
getTypes
%Type%
syntax patterns.getConstructs
getSyntax
getProperties
getHandlers
getSyntax
filtered by state.org.byteskript.skript.api.ModifiableLibrary
class can be extended to provide a basic Library implementation, where syntax can be manually registered in the constructor. This will mean you do not need to implement the methods.SkriptLangSpec
uses the ModifiableLibrary
template internally.