Interface IInteraction


public interface IInteraction
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isEmpty(net.minecraft.util.math.BlockPos pos)
     
    boolean
    place(InteractionMode mode, net.minecraft.util.hit.BlockHitResult hitResult, net.minecraft.util.Hand hand)
     
  • Method Details

    • place

      boolean place(InteractionMode mode, net.minecraft.util.hit.BlockHitResult hitResult, net.minecraft.util.Hand hand)
    • isEmpty

      boolean isEmpty(net.minecraft.util.math.BlockPos pos)