(World worldIn, BlockPos pos, EntityPlayer playerIn)
| 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 | { |
nothing calls this directly
no test coverage detected