Interface WrenchableBlock
- All Known Implementing Classes:
AbstractThrusterBlockEntity,AirThrusterBlockEntity,CreativeThrusterBlockEntity,GyroBlockEntity,PowerfulThrusterBlockEntity,ThrusterBlockEntity
public interface WrenchableBlock
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidonFocusWithWrench(net.minecraft.world.item.ItemStack stack, net.minecraft.world.level.Level level, net.minecraft.world.entity.player.Player player) net.minecraft.world.InteractionResultonUseWrench(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)
-