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

Diff of /miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java

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

revision 1577 by torben, Mon Jun 27 16:16:37 2011 UTC revision 1578 by torben, Sat Jul 16 11:01:02 2011 UTC
# Line 59  public class HoerupUtilsPlugin extends J Line 59  public class HoerupUtilsPlugin extends J
59                  DoorBlockListener secretDoor = new DoorBlockListener(this);                  DoorBlockListener secretDoor = new DoorBlockListener(this);
60                  pm.registerEvent(Event.Type.BLOCK_BREAK, secretDoor, Priority.Normal, this);                  pm.registerEvent(Event.Type.BLOCK_BREAK, secretDoor, Priority.Normal, this);
61                  pm.registerEvent(Event.Type.SIGN_CHANGE, secretDoor, Priority.Normal, this);                  pm.registerEvent(Event.Type.SIGN_CHANGE, secretDoor, Priority.Normal, this);
62                    pm.registerEvent(Event.Type.REDSTONE_CHANGE, secretDoor, Priority.Normal, this);
63                  pm.registerEvent(Event.Type.PLAYER_INTERACT, secretDoor.getPlayerListener(), Priority.Normal, this);                  pm.registerEvent(Event.Type.PLAYER_INTERACT, secretDoor.getPlayerListener(), Priority.Normal, this);
64                                    
65          }          }

Legend:
Removed from v.1577  
changed lines
  Added in v.1578

  ViewVC Help
Powered by ViewVC 1.1.20