Added hasValue
This commit is contained in:
parent
5f41841135
commit
dd035980e7
@ -174,6 +174,10 @@ public class FlagWatcher {
|
||||
return backup;
|
||||
}
|
||||
|
||||
protected boolean hasValue(int no) {
|
||||
return entityValues.containsKey(no);
|
||||
}
|
||||
|
||||
public boolean isBurning() {
|
||||
return getFlag(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user