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

Method onBlockAdded

src/main/java/net/minecraft/block/BlockTorch.java:115–118  ·  view source on GitHub ↗
(World worldIn, BlockPos pos, IBlockState state)

Source from the content-addressed store, hash-verified

113 }
114
115 public void onBlockAdded(World worldIn, BlockPos pos, IBlockState state)
116 {
117 this.checkForDrop(worldIn, pos, state);
118 }
119
120 /**
121 * Called when a neighboring block changes.

Callers

nothing calls this directly

Calls 1

checkForDropMethod · 0.95

Tested by

no test coverage detected