... | ... | @@ -63,4 +63,11 @@ bmb.setOnBoomListener(new OnBoomListenerAdapter() { |
|
|
// logic here
|
|
|
}
|
|
|
});
|
|
|
```
|
|
|
|
|
|
###State of BMB
|
|
|
Get the states of BMB by:
|
|
|
```
|
|
|
bmb.isBoomed(); // Whether the BMB is boomed.
|
|
|
bmb.isReBoomed(); // Whether the BMB is re-boomed.
|
|
|
``` |
|
|
\ No newline at end of file |