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

Method getDefaultState

src/main/java/net/minecraft/block/Block.java:1254–1257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1252 }
1253
1254 public final IBlockState getDefaultState()
1255 {
1256 return this.defaultBlockState;
1257 }
1258
1259 /**
1260 * Get the OffsetType for this Block. Determines if the model is rendered slightly offset.

Callers 15

parseBlockStateMethod · 0.95
getStateFromMetaMethod · 0.95
registerBlocksMethod · 0.95
ConnectedTexturesClass · 0.80
updateMethod · 0.80
getStateSnowLayerMethod · 0.80
CustomColorsClass · 0.80
ConnectedPropertiesClass · 0.80
ConnectedPropertiesMethod · 0.80
getBlockStateMethod · 0.80
parseBlockMetadatasMethod · 0.80
getStateFromMetaMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected