MixinServerPlayerInteractionManager

public class MixinServerPlayerInteractionManager

Functions

interactBlock
Link copied to clipboard
void interactBlock(ServerPlayerEntity player, World world, ItemStack stack, Hand hand, BlockHitResult blockHitResult, CallbackInfoReturnable<ActionResult> info)
interactItem
Link copied to clipboard
void interactItem(ServerPlayerEntity player, World world, ItemStack stack, Hand hand, CallbackInfoReturnable<ActionResult> info)
startBlockBreak
Link copied to clipboard
void startBlockBreak(BlockPos pos, PlayerActionC2SPacket.Action playerAction, Direction direction, int i, CallbackInfo info)

Properties

player
Link copied to clipboard
public ServerPlayerEntity player
world
Link copied to clipboard
public ServerWorld world

Sources

jvm source
Link copied to clipboard