Uses of Class
net.minecraft.util.hit.BlockHitResult
Packages that use BlockHitResult
Package
Description
-
Uses of BlockHitResult in net.minecraft.block
Methods in net.minecraft.block that return BlockHitResultModifier and TypeMethodDescriptionprotected BlockHitResultBlock.method_11559(BlockPos blockPos, Vec3d vec3d, Vec3d vec3d2, Box box) BaseBlockState.method_11711(World world, BlockPos pos, Vec3d vec3d, Vec3d vec3d2) Block.method_414(BlockState blockState, World world, BlockPos blockPos, Vec3d vec3d, Vec3d vec3d2) Deprecated.PistonExtensionBlock.method_414(BlockState blockState, World world, BlockPos blockPos, Vec3d vec3d, Vec3d vec3d2) StairsBlock.method_414(BlockState blockState, World world, BlockPos blockPos, Vec3d vec3d, Vec3d vec3d2) -
Uses of BlockHitResult in net.minecraft.client
Fields in net.minecraft.client declared as BlockHitResult -
Uses of BlockHitResult in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type BlockHitResultModifier and TypeMethodDescriptionClientPlayerInteractionManager.method_12236(PlayerEntity playerEntity, Entity entity, BlockHitResult blockHitResult, Hand hand) -
Uses of BlockHitResult in net.minecraft.client.render
Methods in net.minecraft.client.render with parameters of type BlockHitResultModifier and TypeMethodDescriptionvoidWorldRenderer.method_1380(PlayerEntity playerEntity, BlockHitResult blockHitResult, int int2, float float2) -
Uses of BlockHitResult in net.minecraft.client.render.block.entity
Fields in net.minecraft.client.render.block.entity declared as BlockHitResultMethods in net.minecraft.client.render.block.entity with parameters of type BlockHitResultModifier and TypeMethodDescriptionvoidBlockEntityRenderDispatcher.method_1629(World world, TextureManager textureManager, TextRenderer textRenderer, Entity entity, BlockHitResult blockHitResult, float float2) -
Uses of BlockHitResult in net.minecraft.entity
Methods in net.minecraft.entity that return BlockHitResultMethods in net.minecraft.entity with parameters of type BlockHitResultModifier and TypeMethodDescriptionprotected voidShulkerBulletEntity.onCollision(BlockHitResult result) -
Uses of BlockHitResult in net.minecraft.entity.projectile
Methods in net.minecraft.entity.projectile that return BlockHitResultModifier and TypeMethodDescriptionstatic BlockHitResultProjectileUtil.method_13286(Entity entity, boolean bool, boolean bool2, Entity entity2) Methods in net.minecraft.entity.projectile with parameters of type BlockHitResultModifier and TypeMethodDescriptionprotected voidDragonFireballEntity.onEntityHit(BlockHitResult hitResult) protected abstract voidExplosiveProjectileEntity.onEntityHit(BlockHitResult hitResult) protected voidFireballEntity.onEntityHit(BlockHitResult hitResult) protected voidSmallFireballEntity.onEntityHit(BlockHitResult hitResult) protected voidWitherSkullEntity.onEntityHit(BlockHitResult hitResult) protected voidAbstractArrowEntity.onHit(BlockHitResult result) voidLlamaSpitEntity.onHit(BlockHitResult result) -
Uses of BlockHitResult in net.minecraft.entity.thrown
Methods in net.minecraft.entity.thrown with parameters of type BlockHitResultModifier and TypeMethodDescriptionprivate voidPotionEntity.applySplashPotion(BlockHitResult result, List<StatusEffectInstance> effects) protected voidEggEntity.onCollision(BlockHitResult result) protected voidEnderPearlEntity.onCollision(BlockHitResult result) protected voidExperienceBottleEntity.onCollision(BlockHitResult result) protected voidPotionEntity.onCollision(BlockHitResult result) protected voidSnowballEntity.onCollision(BlockHitResult result) protected abstract voidThrowableEntity.onCollision(BlockHitResult result) -
Uses of BlockHitResult in net.minecraft.item
Methods in net.minecraft.item that return BlockHitResultModifier and TypeMethodDescriptionprotected BlockHitResultItem.onHit(World world, PlayerEntity player, boolean liquid) Returns the HitResult for an item when the player's arm is swung while holding the item. -
Uses of BlockHitResult in net.minecraft.state
Methods in net.minecraft.state that return BlockHitResultModifier and TypeMethodDescriptionStateManager.BlockStateImpl.method_11711(World world, BlockPos pos, Vec3d vec3d, Vec3d vec3d2) -
Uses of BlockHitResult in net.minecraft.util.math
Methods in net.minecraft.util.math that return BlockHitResult -
Uses of BlockHitResult in net.minecraft.world
Methods in net.minecraft.world that return BlockHitResultModifier and TypeMethodDescription