User Tools

Site Tools


tutorial:stats

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
tutorial:stats [2021/02/08 18:46] – created jummittutorial:stats [2021/02/08 18:50] – remove formating line break from code jummit
Line 26: Line 26:
 <code java> <code java>
 @Override @Override
-public ActionResult onUse(BlockState state, World world, BlockPos pos, PlayerEntity player, Hand hand, +public ActionResult onUse(BlockState state, World world, BlockPos pos, PlayerEntity player, Hand hand, BlockHitResult hit) {
- BlockHitResult hit) {+
  if (!world.isClient) {  if (!world.isClient) {
  player.incrementStat(ModClass.INTERACT_WITH_COOL_BLOCK);  player.incrementStat(ModClass.INTERACT_WITH_COOL_BLOCK);
tutorial/stats.txt · Last modified: 2021/02/08 22:05 by 127.0.0.1