Return the state of blocks statistics flags - if the block is counted for mined and placed.
()
| 1099 | * Return the state of blocks statistics flags - if the block is counted for mined and placed. |
| 1100 | */ |
| 1101 | public boolean getEnableStats() |
| 1102 | { |
| 1103 | return this.enableStats; |
| 1104 | } |
| 1105 | |
| 1106 | protected Block disableStats() |
| 1107 | { |