Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ disableStats
Method
disableStats
src/main/java/net/minecraft/block/Block.java:1106–1110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1104
}
1105
1106
protected
Block disableStats()
1107
{
1108
this.enableStats = false;
1109
return
this;
1110
}
1111
1112
public
int
getMobilityFlag()
1113
{
Callers
3
registerBlocks
Method · 0.80
BlockCrops
Method · 0.80
BlockBarrier
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected