コード例 #1
0
ファイル: TownyUniverse.java プロジェクト: MrNaikito/towny
 public void removeProtectionRegenTask(ProtectionRegenTask task) {
   protectionRegenTasks.remove(task.getBlockLocation());
   if (protectionRegenTasks.isEmpty()) protectionPlaceholders.clear();
 }
コード例 #2
0
ファイル: TownyUniverse.java プロジェクト: MrNaikito/towny
 public void addProtectionRegenTask(ProtectionRegenTask task) {
   protectionRegenTasks.put(task.getBlockLocation(), task);
 }