mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-24 00:56:38 +00:00
create TerraOptionsScreen
This commit is contained in:
@@ -13,6 +13,11 @@ public class MutableInteger extends MutableNumber<Integer> {
|
||||
add(1);
|
||||
}
|
||||
|
||||
public void addMod(int add, int mod) {
|
||||
add(add);
|
||||
value %= mod;
|
||||
}
|
||||
|
||||
public void decrement() {
|
||||
subtract(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user