/[projects]/miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/chests/AdvancedChest.java
ViewVC logotype

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/chests/AdvancedChest.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3206 by torben, Thu Jun 1 13:16:06 2017 UTC revision 3207 by torben, Sat Aug 19 14:06:42 2017 UTC
# Line 1  Line 1 
1  package dk.thoerup.bukkit.hoeruputils.chests;  package dk.thoerup.bukkit.hoeruputils.chests;
2    /*
3    
4  import java.util.HashMap;  import java.util.HashMap;
5  import java.util.List;  import java.util.List;
# Line 276  public class AdvancedChest  implements L Line 276  public class AdvancedChest  implements L
276    
277    
278                  player.sendMessage("[LockedChest] Chest is now locked");                  player.sendMessage("[LockedChest] Chest is now locked");
279                   */                   * /
280    
281                  player.sendMessage("Unknown argument, " + cmd);                  player.sendMessage("Unknown argument, " + cmd);
282    
# Line 374  public class AdvancedChest  implements L Line 374  public class AdvancedChest  implements L
374          /*          /*
375          void saveChests() {          void saveChests() {
376    
377          }*/          }* /
378    
379          Location getNeighborChest(Location loc) {          Location getNeighborChest(Location loc) {
380                  World world = loc.getWorld();                  World world = loc.getWorld();
# Line 639  public class AdvancedChest  implements L Line 639  public class AdvancedChest  implements L
639                          }                          }
640                  }                  }
641                  return output;                  return output;
642          }*/          }* /
643    
644    
645  }  }
646    */

Legend:
Removed from v.3206  
changed lines
  Added in v.3207

  ViewVC Help
Powered by ViewVC 1.1.20