mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-22 08:29:35 +00:00
1.5.19-PRE1
This commit is contained in:
@@ -29,29 +29,13 @@ public class Sprinkler {
|
||||
this.range = range;
|
||||
}
|
||||
|
||||
public int getWater() {
|
||||
return water;
|
||||
}
|
||||
public String getNamespacedID_1() {
|
||||
return namespacedID_1;
|
||||
}
|
||||
public String getNamespacedID_2() {
|
||||
return namespacedID_2;
|
||||
}
|
||||
public int getRange() {
|
||||
return range;
|
||||
}
|
||||
public int getWater() {return water;}
|
||||
public String getNamespacedID_1() {return namespacedID_1;}
|
||||
public String getNamespacedID_2() {return namespacedID_2;}
|
||||
public int getRange() {return range;}
|
||||
|
||||
public void setRange(int range) {
|
||||
this.range = range;
|
||||
}
|
||||
public void setNamespacedID_2(String namespacedID_2) {
|
||||
this.namespacedID_2 = namespacedID_2;
|
||||
}
|
||||
public void setNamespacedID_1(String namespacedID_1) {
|
||||
this.namespacedID_1 = namespacedID_1;
|
||||
}
|
||||
public void setWater(int water) {
|
||||
this.water = water;
|
||||
}
|
||||
public void setRange(int range) {this.range = range;}
|
||||
public void setNamespacedID_2(String namespacedID_2) {this.namespacedID_2 = namespacedID_2;}
|
||||
public void setNamespacedID_1(String namespacedID_1) {this.namespacedID_1 = namespacedID_1;}
|
||||
public void setWater(int water) {this.water = water;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user