Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ setDefaultState
Method
setDefaultState
src/main/java/net/minecraft/block/Block.java:1249–1252 ·
view source on GitHub ↗
(IBlockState state)
Source
from the content-addressed store, hash-verified
1247
}
1248
1249
protected
final
void
setDefaultState(IBlockState state)
1250
{
1251
this.defaultBlockState = state;
1252
}
1253
1254
public
final
IBlockState getDefaultState()
1255
{
Callers
15
Block
Method · 0.95
BlockFenceGate
Method · 0.80
BlockLever
Method · 0.80
BlockVine
Method · 0.80
BlockNetherWart
Method · 0.80
BlockGrass
Method · 0.80
BlockOldLog
Method · 0.80
BlockStem
Method · 0.80
BlockBed
Method · 0.80
BlockFlowerPot
Method · 0.80
BlockOldLeaf
Method · 0.80
BlockCarpet
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected