Protection Range Info
Description
Get it by location
Location location = ...;
IProtectionModule module = ProtectorAPI.findModule(location);
if (module == null) {
return;
}
IProtectionRangeInfo range = module.getProtectionRangeInfo(location);Last updated