This commit is contained in:
Anuken
2022-02-15 17:18:31 -05:00
parent bcf7479dbc
commit 390c76a84f
5 changed files with 14 additions and 21 deletions
@@ -11,9 +11,7 @@ public abstract class Consume{
public boolean optional;
/** If true, this consumer will be displayed as a boost input. */
public boolean booster;
//TODO bad.
@Deprecated
//TODO bad. I don't like it.
public boolean update = true;
/**
@@ -33,7 +31,6 @@ public abstract class Consume{
return optional(true, true);
}
@Deprecated
public Consume update(boolean update){
this.update = update;
return this;