Package dev.boze.api.internal.interfaces
Interface IInteraction
public interface IInteraction
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty(net.minecraft.util.math.BlockPos pos) booleanplace(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)
-