Class AssemblyOperatorUseContext
java.lang.Object
net.minecraft.world.item.context.UseOnContext
net.minecraft.world.item.context.BlockPlaceContext
com.simibubi.create.content.contraptions.components.AssemblyOperatorUseContext
public class AssemblyOperatorUseContext
extends net.minecraft.world.item.context.BlockPlaceContext
-
Field Summary
Fields inherited from class net.minecraft.world.item.context.BlockPlaceContext
replaceClicked -
Constructor Summary
ConstructorsConstructorDescriptionAssemblyOperatorUseContext(net.minecraft.world.level.Level p_i50056_1_, net.minecraft.world.entity.player.Player p_i50056_2_, net.minecraft.world.InteractionHand p_i50056_3_, net.minecraft.world.item.ItemStack p_i50056_4_, net.minecraft.world.phys.BlockHitResult p_i50056_5_) -
Method Summary
Methods inherited from class net.minecraft.world.item.context.BlockPlaceContext
at, canPlace, getClickedPos, getNearestLookingDirection, getNearestLookingDirections, getNearestLookingVerticalDirection, replacingClickedOnBlockMethods inherited from class net.minecraft.world.item.context.UseOnContext
getClickedFace, getClickLocation, getHand, getHitResult, getHorizontalDirection, getItemInHand, getLevel, getPlayer, getRotation, isInside, isSecondaryUseActive
-
Constructor Details
-
AssemblyOperatorUseContext
public AssemblyOperatorUseContext(net.minecraft.world.level.Level p_i50056_1_, @Nullable net.minecraft.world.entity.player.Player p_i50056_2_, net.minecraft.world.InteractionHand p_i50056_3_, net.minecraft.world.item.ItemStack p_i50056_4_, net.minecraft.world.phys.BlockHitResult p_i50056_5_)
-