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 IProtectionModuleProtectorAPI.findModule(org.bukkit.Location location) Find the protection module that protects the protection rangestatic @Nullable IProtectionModuleProtectorAPI.getFirstAvailableModule()Get the first available protection modulestatic @Nullable IProtectionModuleProtectorAPI.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 voidProtectorAPI.register(IProtectionModule module) Register the protection module