MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getEnableStats

Method getEnableStats

src/main/java/net/minecraft/block/Block.java:1101–1104  ·  view source on GitHub ↗

Return the state of blocks statistics flags - if the block is counted for mined and placed.

()

Source from the content-addressed store, hash-verified

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 {

Callers 1

initMiningStatsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected