Class BeltWrenchBehaviour

java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.create.BeltWrenchBehaviour
All Implemented Interfaces:
BiFunction<net.minecraft.world.item.context.UseOnContext,net.minecraft.world.level.block.state.BlockState,net.minecraft.world.InteractionResult>

public class BeltWrenchBehaviour extends Object implements BiFunction<net.minecraft.world.item.context.UseOnContext,net.minecraft.world.level.block.state.BlockState,net.minecraft.world.InteractionResult>
  • Constructor Details

    • BeltWrenchBehaviour

      public BeltWrenchBehaviour()
  • Method Details

    • apply

      public net.minecraft.world.InteractionResult apply(net.minecraft.world.item.context.UseOnContext ctx, net.minecraft.world.level.block.state.BlockState state)
      Specified by:
      apply in interface BiFunction<net.minecraft.world.item.context.UseOnContext,net.minecraft.world.level.block.state.BlockState,net.minecraft.world.InteractionResult>