一个保护范围信息就是该保护范围的信息
它能做什么?
获取标志的值
获取管理
获取成员
获取所有者
Location location = ...; IProtectionModule module = ProtectorAPI.findModule(location); if (module == null) { return; } IProtectionRangeInfo range = module.getProtectionRangeInfo(location);
最后更新于16天前