java.lang.Object
net.minecraft.world.item.context.UseOnContext
com.viaversion.viafabricplus.injection.mixin.features.interaction.replace_block_item_use_logic.MixinBlockPlaceContext

public abstract class MixinBlockPlaceContext extends net.minecraft.world.item.context.UseOnContext
  • Constructor Summary

    Constructors
    Constructor
    Description
    MixinBlockPlaceContext(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hit)
     
  • Method Summary

    Methods inherited from class net.minecraft.world.item.context.UseOnContext

    getClickedFace, getClickedPos, getClickLocation, getHand, getHitResult, getHorizontalDirection, getItemInHand, getLevel, getPlayer, getRotation, isInside, isSecondaryUseActive

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MixinBlockPlaceContext

      public MixinBlockPlaceContext(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hit)