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
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    MixinBlockPlaceContext(net.minecraft.world.entity.player.Player player, net.minecraft.world.InteractionHand hand, net.minecraft.world.phys.BlockHitResult hit)
     
  • Methodenübersicht

    Von Klasse geerbte Methoden net.minecraft.world.item.context.UseOnContext

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

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • MixinBlockPlaceContext

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