MixinClientPlayerInteractionManager

public class MixinClientPlayerInteractionManager

Functions

attackBlock
Link copied to clipboard
void attackBlock(BlockPos pos, Direction direction, CallbackInfoReturnable<Boolean> info)
attackEntity
Link copied to clipboard
void attackEntity(PlayerEntity player, Entity entity, CallbackInfo info)
interactBlock
Link copied to clipboard
void interactBlock(ClientPlayerEntity player, ClientWorld world, Hand hand, BlockHitResult blockHitResult, CallbackInfoReturnable<ActionResult> info)
interactEntityAtLocation
Link copied to clipboard
void interactEntityAtLocation(PlayerEntity player, Entity entity, EntityHitResult hitResult, Hand hand, CallbackInfoReturnable<ActionResult> info)
interactItem
Link copied to clipboard
void interactItem(PlayerEntity player, World world, Hand hand, CallbackInfoReturnable<ActionResult> info)
method_2902
Link copied to clipboard
void method_2902(BlockPos pos, Direction direction, CallbackInfoReturnable<Boolean> info)

Sources

jvm source
Link copied to clipboard