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

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

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

revision 1784 by torben, Thu Apr 5 12:37:13 2012 UTC revision 1785 by torben, Fri Apr 6 09:51:01 2012 UTC
# Line 21  public class SnitchingChestBean { Line 21  public class SnitchingChestBean {
21          int y;          int y;
22          int z;          int z;
23                    
24            boolean doublechest = false;
25            
26            
27    
28                    
29    
30                    
# Line 76  public class SnitchingChestBean { Line 80  public class SnitchingChestBean {
80          public void setZ(int z) {          public void setZ(int z) {
81                  this.z = z;                  this.z = z;
82          }          }
83                    public boolean isDoublechest() {
84                    return doublechest;
85            }
86            public void setDoublechest(boolean doublechest) {
87                    this.doublechest = doublechest;
88            }
89    
90                    
91  }  }

Legend:
Removed from v.1784  
changed lines
  Added in v.1785

  ViewVC Help
Powered by ViewVC 1.1.20