Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ createBlockState
Method
createBlockState
src/main/java/net/minecraft/block/Block.java:1239–1242 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1237
}
1238
1239
protected
BlockState createBlockState()
1240
{
1241
return
new
BlockState(this,
new
IProperty[0]);
1242
}
1243
1244
public
BlockState getBlockState()
1245
{
Callers
1
Block
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected