保护模块与方块保护模块之间的不同
保护模块
通过方块位置获取
IProtectionModule module = ProtectorAPI.findModule(location);方块保护模块
通过方块位置和玩家获取
IBlockProtectionModule module = ProtectorAPI.findBlockModule(player, location);最后更新于
IProtectionModule module = ProtectorAPI.findModule(location);IBlockProtectionModule module = ProtectorAPI.findBlockModule(player, location);最后更新于