Interface InteractionEvent.BlockBreak

Enclosing interface:
InteractionEvent

@ScheduledForRemoval(inVersion="2.0") @Deprecated public static interface InteractionEvent.BlockBreak
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.InteractionResult
    breakBlock(net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
    Deprecated.
     
  • Method Details

    • breakBlock

      net.minecraft.world.InteractionResult breakBlock(net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
      Deprecated.