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

Method onBlockClicked

src/main/java/net/minecraft/block/BlockCake.java:81–84  ·  view source on GitHub ↗
(World worldIn, BlockPos pos, EntityPlayer playerIn)

Source from the content-addressed store, hash-verified

79 }
80
81 public void onBlockClicked(World worldIn, BlockPos pos, EntityPlayer playerIn)
82 {
83 this.eatCake(worldIn, pos, worldIn.getBlockState(pos), playerIn);
84 }
85
86 private void eatCake(World worldIn, BlockPos pos, IBlockState state, EntityPlayer player)
87 {

Callers

nothing calls this directly

Calls 2

eatCakeMethod · 0.95
getBlockStateMethod · 0.65

Tested by

no test coverage detected