Interface WrenchableBlock

All Known Implementing Classes:
AbstractThrusterBlockEntity, AirThrusterBlockEntity, CreativeThrusterBlockEntity, GyroBlockEntity, PowerfulThrusterBlockEntity, ThrusterBlockEntity

public interface WrenchableBlock
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    onFocusWithWrench(net.minecraft.world.item.ItemStack stack, net.minecraft.world.level.Level level, net.minecraft.world.entity.player.Player player)
     
    net.minecraft.world.InteractionResult
    onUseWrench(net.minecraft.world.item.context.UseOnContext ctx)
     
  • Method Details

    • onUseWrench

      net.minecraft.world.InteractionResult onUseWrench(net.minecraft.world.item.context.UseOnContext ctx)
    • onFocusWithWrench

      default void onFocusWithWrench(net.minecraft.world.item.ItemStack stack, net.minecraft.world.level.Level level, net.minecraft.world.entity.player.Player player)