Uses of Interface
io.github.lijinhong11.protector.api.protection.IProtectionModule
Packages that use IProtectionModule
-
Uses of IProtectionModule in io.github.lijinhong11.protector.api
Methods in io.github.lijinhong11.protector.api that return IProtectionModuleModifier and TypeMethodDescriptionstatic @Nullable IProtectionModule
ProtectorAPI.findModule
(org.bukkit.Location location) Find the protection module that protects the protection rangestatic @Nullable IProtectionModule
ProtectorAPI.getFirstAvailableModule()
Get the first available protection modulestatic @Nullable IProtectionModule
ProtectorAPI.getModuleByPluginName
(String pluginName) Find the protection module by plugin nameMethods in io.github.lijinhong11.protector.api that return types with arguments of type IProtectionModuleModifier and TypeMethodDescriptionstatic Collection
<IProtectionModule> ProtectorAPI.getAllAvailableProtectionModules()
Get all available protection modules.Methods in io.github.lijinhong11.protector.api with parameters of type IProtectionModuleModifier and TypeMethodDescriptionstatic void
ProtectorAPI.register
(IProtectionModule module) Register the protection module