Package dev.cwhead.GravesX.integration
Class SkriptImpl
java.lang.Object
dev.cwhead.GravesX.integration.SkriptImpl
-
Constructor Summary
ConstructorsConstructorDescriptionSkriptImpl
(Graves plugin) Constructs a SkriptIntegration instance and registers it with the Skript plugin. -
Method Summary
Modifier and TypeMethodDescriptionch.njol.skript.SkriptAddon
Gets the SkriptAddon instance.
-
Constructor Details
-
SkriptImpl
Constructs a SkriptIntegration instance and registers it with the Skript plugin.- Parameters:
plugin
- The Graves plugin instance.
-
-
Method Details
-
getSkriptAddon
public ch.njol.skript.SkriptAddon getSkriptAddon()Gets the SkriptAddon instance.- Returns:
- The SkriptAddon instance.
-