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