Package com.djrapitops.plan
Interface PlanPlugin
- All Known Implementing Classes:
Plan
,PlanBungee
,PlanFabric
,PlanNukkit
,PlanSponge
,PlanVelocity
public interface PlanPlugin
Abstraction interface for both Plan and PlanBungee.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getResource
(String resource) default boolean
void
void
onEnable()
void
registerCommand
(Subcommand command)
-
Method Details
-
getResource
-
getColorScheme
ColorScheme getColorScheme() -
getSystem
PlanSystem getSystem() -
isSystemEnabled
default boolean isSystemEnabled() -
registerCommand
-
onEnable
void onEnable() -
onDisable
void onDisable() -
getDataFolder
Deprecated.Use@Named("dataFolder") File
, orPluginInformation.getDataFolder()
-
@Named("dataFolder") File
, orPluginInformation.getDataFolder()